salut
j'ai un probleme en gestion des background de mes JLabel
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
 
private void initialize() {
		this.setLayout(new MigLayout());
		ID=new JLabel("ID");
		ID.setBackground(Color.blue);	
		this.add(ID);
à titre d'info j'utilise la layout MigLayout