Skip to content

fix(CreateOpenProjectGUI): fix window title, minimum size, button layout and Image Stack truncation#109

Open
AmlanDalai wants to merge 3 commits intosumit3203:masterfrom
AmlanDalai:fix-createopenproject-ui
Open

fix(CreateOpenProjectGUI): fix window title, minimum size, button layout and Image Stack truncation#109
AmlanDalai wants to merge 3 commits intosumit3203:masterfrom
AmlanDalai:fix-createopenproject-ui

Conversation

@AmlanDalai
Copy link
Copy Markdown
Contributor

@AmlanDalai AmlanDalai commented Mar 11, 2026

What this PR does

Fixes several UI issues in the CreateOpenProjectGUI panel.

Changes

  • Added "Active Segmentation" window title — title bar was blank before
  • Replaced setSize() with setMinimumSize() — window is now resizable
  • Fixed "Image St..." button truncation — increased width so full "Image Stack" text is visible
  • Reorganized button layout — Folder/Image Stack aligned below Training Image field, action buttons arranged in clean 2x2 grid (Finish/Cancel on top, Back/Exit below)

Visual improvement

Before: buttons truncated, window fixed size, no title
After: all buttons fully visible, window resizable, proper title shown

after-ui

- Replace reference equality (==) with .equals() for ActionEvent dispatch
  in doAction() — same class of bug fixed in GuiPanel (PR sumit3203#6)
- Remove System.out.println debug statements from doAction() and updateClassifier()
- Add full Javadoc to all methods and class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant