Class Dashboard

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class Dashboard extends JPanel
Dashboard Tab
See Also:
  • Constructor Details

    • Dashboard

      public Dashboard()
      Constructor to create new Dashboard 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 appointments from the database into the appointmentsPanel we cant init the values in the constructor because the netbeans gui builder doesent allow custom parameters
      Parameters:
      user -