4
ฉันจะตั้งค่าสีพื้นหลังของ JLabel ได้อย่างไร
ในตัวฉันJPanelฉันตั้งพื้นหลังของ a JLabelเป็นสีอื่น ฉันเห็นคำว่า "ทดสอบ" และเป็นสีฟ้า แต่พื้นหลังก็ไม่เปลี่ยนเลย ฉันจะแสดงให้มันดูได้อย่างไร? this.setBackground(Color.white); JLabel label = new JLabel("Test"); label.setForeground(Color.blue); label.setBackground(Color.lightGray); this.add(label);