Normal
ich rate mal: [code=Java]JLabel label = new JLabel("Mein Label Text");label.setOpaque(true);label.setBackground(Color.RED);label.setForeground(Color.WHITE);[/code]Hab ich Recht??
ich rate mal:
[code=Java]JLabel label = new JLabel("Mein Label Text");
label.setOpaque(true);
label.setBackground(Color.RED);
label.setForeground(Color.WHITE);[/code]
Hab ich Recht??