Ticket #986 (new enhancement)
Opened 2012-02-21T09:32:02-06:00
Last modified 2013-06-07T16:05:24-05:00
Persist toolbar and status bar configuration
Reported by: | curtis | Owned by: | bdezonia |
---|---|---|---|
Priority: | minor | Milestone: | imagej2-unscheduled |
Component: | UI Framework | Version: | |
Severity: | minor | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1344 |
Description
The main Swing application's JToolBar can be detached into a floating window, or docked to any of the top, left or right edges of the application window. We currently persist the last XY position of the application window, but not the orientation of the toolbar, nor whether it is detached into a separate window. We should do this, so that users do not have to reconfigure the toolbar every time ImageJ2 starts up.