“Cor de fundo java” Respostas de código

como definir o quadro colo em java

getContentPane().setBackground(Color.YELLOW);  //Whatever color
Uninterested Unicorn

Como definir a cor de backtound em java

[your frame name].getContentPane().setBackground([your color here]);

or

[your panel name here].setBacroundColor([your color here])
Important Ibis

cor jframe

private JFrame frame;
frame.getContentPane().setBackground(Color.BLACK);
Fine Fowl

Cor de fundo java


myJFrame.getContentPane().setBackground( desiredColor );

Nice Newt

Como definir a cor de backtound em java

[your frame name].getContentPane().setBackground([your color here]);

or

[your panel name here].setBacroundColor([your color here])
	
Important Ibis

Cor de fundo java

import java.awt.Color;
....
  
  
[your panel name here].setBackground(Color.[some color like BLACK]);
Xerothermic Xenomorph

Respostas semelhantes a “Cor de fundo java”

Perguntas semelhantes a “Cor de fundo java”

Mais respostas relacionadas para “Cor de fundo java” em Java

Procure respostas de código populares por idioma

Procurar outros idiomas de código