setbackground java

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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
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