Class Admin

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class Admin extends JPanel
Admin Tab
See Also:
  • Field Details

    • loginUser

      public user loginUser
      The admin
    • card

      public CardLayout card
      the cardlayout of the mainPanel
    • mainPanel

      public JPanel mainPanel
  • Constructor Details

    • Admin

      public Admin()
      Constructor to create a new Admin Tab
  • Method Details

    • fnt

      public Font fnt(float size)
      font function used to init the Componenets with a modern Font
      Parameters:
      size - of the font
      Returns:
    • init

      public void init(user user)
      load all users into the combobox and reset all components we cant init the values in the constructor because the netbeans gui builder doesent allow custom parameters
      Parameters:
      user -