Uses of Class
src.frames.components.background

Packages that use background
  • Uses of background in src.frames.components

    Methods in src.frames.components with parameters of type background
    Modifier and Type
    Method
    Description
    void
    dragPanel.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
    void
    dragPanel.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
  • Uses of background in src.frames.components.headButton

    Methods in src.frames.components.headButton with parameters of type background
    Modifier and Type
    Method
    Description
    void
    WinButton.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