Class AddTagWindow

java.lang.Object
com.lariflix.jemm.forms.AddTagWindow

public class AddTagWindow extends Object
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 Details

    • AddTagWindow

      public AddTagWindow()
      Constructs a new AddTagWindow. This constructor initializes the components of the window.
      Since:
      1.0
  • Method Details

    • showDialog

      public String 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