Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reduce repetitive code in ScriptManagerGUI
#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
a1d15a8
There was a problem hiding this comment.
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