setbackground java

Solutions on MaxInterview for setbackground java by the best coders in the world

showing results for - "setbackground java"
Samuel
18 Aug 2018
1private JFrame frame;
2frame.getContentPane().setBackground(Color.BLACK);
Mayron
08 Feb 2017
1 setBackground(Color.cyan);   // sets predefined color cyan to background of frame