Class CustomInfoBar

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class CustomInfoBar extends JPanel
Custom JPanel that create a generic information bar with a JLabel and a JTextField.

It can be used to display information when you want a label-text relationship, such as displaying a label with a text field next to it.

Author:
Riccardo Finocchiaro
See Also:
  • Constructor Details

    • CustomInfoBar

      public CustomInfoBar(String labelName)
      Creates a CustomInfoBar with a specified label name, using the.
      Parameters:
      labelName - the name of the label that will be displayed in the JLabel of the CustomInfoBar.
  • Method Details