Skip to content

Commit

Permalink
reduce repetitive code in ScriptManagerGUI
Browse files Browse the repository at this point in the history
#138

Most tool group tab JPanels switched to BoxLayout with center stacking of function-initiated JPanels (initializeToolPanel). These were nested in a JScrollPane with vertical scrolling enabled as needed and horizontal scrolling disabled.

Each intializeToolPanel used the GridBagLayout with 5px padding between components.
  • Loading branch information
owlang committed Aug 4, 2023
1 parent 348835a commit a1d15a8
Showing 1 changed file with 335 additions and 1,465 deletions.
Loading

1 comment on commit a1d15a8

@owlang
Copy link
Collaborator Author

@owlang owlang commented on a1d15a8 Sep 25, 2024

Choose a reason for hiding this comment

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

This update happened to also address #78

Please sign in to comment.