Class createAppointment

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class createAppointment extends JPanel
Create Appointment Tab
See Also:
  • Field Details

    • card

      public CardLayout card
      the cardlayout of the mainPanel
    • mainPanel

      public JPanel mainPanel
  • Constructor Details

    • createAppointment

      public createAppointment()
      Constructor to create a new createAppointment 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, Home home)
      reset the components and init user and home we cant init the values in the constructor because the netbeans gui builder doesent allow custom parameters
      Parameters:
      user -
      home -