Launcher.st
changeset 1941 db37b0dfbaf0
parent 1940 9d26d15e24e4
child 1943 38fa0715eba2
--- a/Launcher.st	Sat Oct 17 15:29:06 1998 +0200
+++ b/Launcher.st	Sat Oct 17 17:02:23 1998 +0200
@@ -3454,6 +3454,13 @@
                                     JavaVM initializeVM
                                 ]
                                ]).
+
+    box addComponent:(Button 
+                        label:(resources string:'Remove all Java classes now') 
+                        action:[
+                                Java flushAllJavaResources
+                               ]).
+
     "/ box addHorizontalLine.
 
 "/    box addHelpButtonFor:'Launcher/javaSettings.html'.
@@ -3466,7 +3473,7 @@
     box destroy
 
     "Created: / 18.7.1998 / 22:32:58 / cg"
-    "Modified: / 18.7.1998 / 23:22:07 / cg"
+    "Modified: / 16.10.1998 / 00:54:32 / cg"
 !
 
 keyboardSettingsFor:requestor 
@@ -5941,5 +5948,5 @@
 !Launcher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.384 1998-10-17 13:29:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.385 1998-10-17 15:02:23 cg Exp $'
 ! !