Package View.includes


package View.includes
This package contains the View classes for the application, including various user interfaces and graphical components. These classes are responsible for presenting information to the user and capturing user input.

The View package includes the following subpackages and classes:

  • TextPrompt - A class that provides a customizable prompt text for text fields and formatted text fields.

These classes are an essential part of the user interaction with the application and play a crucial role in providing a user-friendly experience.

See Also:
  • Class
    Description
    The `TextPrompt` class displays a prompt over a text component when its document is empty.
    The `Show` enum represents the visibility options for the `TextPrompt`.