[Jarspy-commits] CVS: JarSpy/src/com/ociweb/jarspy/gui JarSpyGUI.java,1.42,1.43
Status: Beta
Brought to you by:
brown_j
|
From: Jeff B. <br...@us...> - 2002-10-26 15:33:47
|
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui
In directory usw-pr-cvs1:/tmp/cvs-serv18003/src/com/ociweb/jarspy/gui
Modified Files:
JarSpyGUI.java
Log Message:
added code to save window size as a preference
Index: JarSpyGUI.java
===================================================================
RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/JarSpyGUI.java,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** JarSpyGUI.java 18 Oct 2002 02:49:21 -0000 1.42
--- JarSpyGUI.java 26 Oct 2002 15:33:43 -0000 1.43
***************
*** 368,371 ****
--- 368,372 ----
private void savePreferences() {
jarSpyPreferences.saveMainWindowPosition(getLocation());
+ jarSpyPreferences.saveMainWindowSize(getSize());
jarSpyPreferences.saveMainDividerLocation(splitter.getDividerLocation());
jarSpyPreferences.savePreferredLookAndFeel(UIManager.getLookAndFeel().getClass().getName());
|