Skip to content

Commit 4755f08

Browse files
authored
V 2.0 beta files for review
1 parent fa80986 commit 4755f08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

UmlTool.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
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

2626
import 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);

0 commit comments

Comments
 (0)