Class WinButton

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class WinButton extends JPanel
Custom WinButtons (Panel with Buttons to close, minimize and maximize the program)
See Also:
  • Constructor Details

    • WinButton

      public WinButton()
      Constructor to create a new WinButton
  • Method Details

    • init

      public void init(JFrame fram, background panel, boolean canMax)
      init the frame, panel and if the frame can be maximized we cant init the values in the constructor because the netbeans gui builder doesent allow custom parameters
      Parameters:
      fram -
      panel -
      canMax -