Package com.lariflix.jemm.forms
Class AboutJemmWindow
java.lang.Object
com.lariflix.jemm.forms.AboutJemmWindow
The AboutJemmWindow class provides a window that displays information about the Jemm application.
This includes the version number, author, and other relevant details.
- Author:
- Cesar Bianchi
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AboutJemmWindow
public AboutJemmWindow()Constructor for the AboutJemmWindow class. This constructor initializes the AboutJemmWindow. Additional setup should be done as needed.- Since:
- 1.1
-
-
Method Details
-
show
public void show()Displays the About JEMM dialog. This method creates a new AboutJemmPanel and displays it in a modal JDialog. If the dialog has already been created, this method does nothing.- Since:
- 1.0
-