Skip to content

Commit f5438bd

Browse files
authored
Version 2.4 code
1 parent 42c199e commit f5438bd

File tree

5 files changed

+1211
-3
lines changed

5 files changed

+1211
-3
lines changed

UmlTool.class

0 Bytes
Binary file not shown.

UmlTool.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
/*
1111
* Classname : UmlTool
1212
*
13-
* Version information : 2.3
13+
* Version information : 2.4
1414
*
15-
* Date : December 2023
15+
* Date : December 2024
1616
*
1717
* Description : This describes the GUI interface of
1818
* the UML RSDS tool,
@@ -4675,7 +4675,7 @@ public static void main(String[] args)
46754675
return;
46764676
}
46774677

4678-
window.setTitle("AgileUML Toolset, Eclipse Incubation Project Version 2.3");
4678+
window.setTitle("AgileUML Toolset, Eclipse Incubation Project Version 2.4");
46794679
window.setControllerName("Controller");
46804680
window.setSize(500, 400);
46814681
window.setVisible(true);

0 commit comments

Comments
 (0)