Uses of Class
src.frames.components.background
-
Uses of background in src.frames.components
Modifier and TypeMethodDescriptionvoid
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 parametersvoid
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
Modifier and TypeMethodDescriptionvoid
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