[Jarspy-commits] CVS: JarSpy/src/com/ociweb/jarspy/gui DecompileGUI.java,1.3,1.4
Status: Beta
Brought to you by:
brown_j
|
From: Jeff B. <br...@us...> - 2002-08-23 03:01:14
|
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui
In directory usw-pr-cvs1:/tmp/cvs-serv2099
Modified Files:
DecompileGUI.java
Log Message:
make decompile gui resizable
Index: DecompileGUI.java
===================================================================
RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/DecompileGUI.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** DecompileGUI.java 17 Jul 2002 14:00:24 -0000 1.3
--- DecompileGUI.java 23 Aug 2002 03:01:10 -0000 1.4
***************
*** 57,61 ****
});
pack();
- setResizable(false);
setLocationRelativeTo(parent);
}
--- 57,60 ----
|