Mega Code Archive
Categories
/
Java
/
Swing JFC
JLabel with more than one row
JLabel label = new JLabel(); label.setText("Line 1
Line 2");