4
Bir JLabel'in arka plan rengini nasıl ayarlarım?
Benim JPanel, a'nın arka planını JLabelfarklı bir renge ayarladım . "Test" kelimesini görebiliyorum ve mavi, ama arka plan hiç değişmiyor. Nasıl gösterebilirim? this.setBackground(Color.white); JLabel label = new JLabel("Test"); label.setForeground(Color.blue); label.setBackground(Color.lightGray); this.add(label);