Package com.lariflix.jemm.forms
Class AddTagWindow
java.lang.Object
com.lariflix.jemm.forms.AddTagWindow
This class represents a window for adding tags in the application.
It provides the necessary interface and methods to handle user interactions for adding new tags.
- Since:
- 1.0
- Author:
- Cesar Bianchi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDisplays a dialog to the user to define a new tag and returns the new tag defined by the user.
-
Constructor Details
-
AddTagWindow
public AddTagWindow()Constructs a new AddTagWindow. This constructor initializes the components of the window.- Since:
- 1.0
-
-
Method Details
-
showDialog
Displays a dialog to the user to define a new tag and returns the new tag defined by the user. This method makes the dialog visible and retrieves the name of the new tag from the input dialog.- Returns:
- The new tag defined by the user.
- Since:
- 1.0
-