omadawn / njord

Java iRule Editor
2 stars 1 forks source link

Create a preferences checkbox to save window size and shape when you quit. #108

Open omadawn opened 12 years ago

omadawn commented 12 years ago

Might put this off until v1.0 but will probably do this in 0.9.

Technically I think I will be saving them when you resize the window but I'm not sure. I will either change the action on close to none and have a close event that checks for open things, saves stuff then destroys the app or there will be some window geometry change event that I will use to trigger saving window size and shape. Sub task of Issue #154.

omadawn commented 12 years ago

This looks like it will be relatively easy to implement. http://codeidol.com/java/swing/Windows,-Dialogs,-and-Frames/Save-Window-Settings/