Class dragPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class dragPanel extends JPanel
Custom dragPanel We need that because the Program is Undecorated
See Also:
  • Constructor Details

    • dragPanel

      public dragPanel()
      Constructor to create drapPanel
  • Method Details

    • init

      public void init(JFrame frame, background background)
      init the frame and background used by the login and register frame we cant init the values in the constructor because the netbeans gui builder doesent allow custom parameters
      Parameters:
      frame -
      background -
    • init

      public void init(JFrame frame, background background, int width)
      init the frame, background and width of the sidebar used by the home frame we cant init the values in the constructor because the netbeans gui builder doesent allow custom parameters
      Parameters:
      frame -
      background -
      width -