Package com.xxrjun
Class UMLEditorApplication
java.lang.Object
com.xxrjun.UMLEditorApplication
The type Uml editor application.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createAndShowGUI
(String title, int width, int height) Create and show gui.static void
The entry point of application.
-
Constructor Details
-
UMLEditorApplication
public UMLEditorApplication()
-
-
Method Details
-
createAndShowGUI
Create and show gui.- Parameters:
title
- The title of the windowwidth
- The width of the windowheight
- The height of the windowref: ...
-
main
The entry point of application.- Parameters:
args
- the input arguments
-