File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010/*
1111 * Classname : UmlTool
1212 *
13- * Version information : 1.9
13+ * Version information : 2.0
1414 *
15- * Date : June 2019
15+ * Date : October 2020
1616 *
1717 * Description : This describes the GUI interface of
1818 * the UML RSDS tool,
1919 * which includes a simple window,
2020 * the menu options and their action
2121 * listeners.
2222 package: Class Diagram Editor
23- Note this can only be compiled under Java 1.4
23+
2424 */
2525
2626import javax .swing .*;
@@ -3686,7 +3686,7 @@ public void copyMetamodel()
36863686
36873687 public static void main (String [] args )
36883688 { UmlTool window = new UmlTool ();
3689- window .setTitle ("Agile UML Toolset, Eclipse Incubation Project Version 1.9 " );
3689+ window .setTitle ("Agile UML Toolset, Eclipse Incubation Project Version 2.0 " );
36903690 window .setControllerName ("Controller" );
36913691 window .setSize (500 , 400 );
36923692 window .setVisible (true );
You can’t perform that action at this time.
0 commit comments