Package src.frames

Class Frame

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants
Direct Known Subclasses:
Alert, Home, Login, moveAppointment, Register

public class Frame extends JFrame
Frame Master Class Every Frame extends this Class
See Also:
  • Field Details

    • textInput

      public static final Color textInput
      Standard Color of every Textfield
  • Constructor Details

    • Frame

      public Frame()
      Constructor to create a new Frame
  • 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: