Olá gostaria que alguém me informa-se como posso mudar a cor do JFrame.
Vê se resolve
JFrame f = new JFrame();
Container c = f.getContentPane();
c.setLayout(null);
c.setBackground(Color.LIGHT_GRAY);
Obrigado, resolveu meu problema
Olá gostaria que alguém me informa-se como posso mudar a cor do JFrame.
Vê se resolve
JFrame f = new JFrame();
Container c = f.getContentPane();
c.setLayout(null);
c.setBackground(Color.LIGHT_GRAY);
Obrigado, resolveu meu problema