Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

G UI quirks #17

Merged
merged 6 commits into from
Dec 21, 2023
Merged

G UI quirks #17

merged 6 commits into from
Dec 21, 2023

Conversation

AvocadoMoon
Copy link
Collaborator

Fixed the bugs that where present in the ImageJ plugin GUI and rewrote the main panel GUI.

The user now has to opt into opening the image in memory.
Exceptions now get handled gracefully and put into ImageJ's default logger.
Rewrote the GUI for ImageJ plugin.
@AvocadoMoon AvocadoMoon added Type: bug Something isn't working Type: enhancement New feature or request labels Dec 5, 2023
@AvocadoMoon AvocadoMoon self-assigned this Dec 5, 2023
Before the two where separate JFrame's which could spell trouble when more instances are had and other things. So this fixes that issue by making it a JDialog.
@AvocadoMoon AvocadoMoon linked an issue Dec 5, 2023 that may be closed by this pull request
@AvocadoMoon AvocadoMoon mentioned this pull request Dec 6, 2023
15 tasks
Fix the bug that raised a null error whenever an export did not go through, and made the JDialog automatically close whenever the user opens a remote file making for a smoother experience.
Add the ability to open the most recent N5 file that gets exported.
Copy link
Member

@jcschaff jcschaff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes look reasonable, approved.

@AvocadoMoon AvocadoMoon merged commit c74c3e5 into main Dec 21, 2023
1 check passed
@AvocadoMoon AvocadoMoon deleted the GUI-Quirks branch December 21, 2023 12:49
@AvocadoMoon AvocadoMoon linked an issue Jan 29, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug Something isn't working Type: enhancement New feature or request
Projects
Status: Done
2 participants