How to make multilined label
I want text on my JLabel object displayed in two lines.
Next code does do the work:
label.setText(" <html> first line <br> second line </html>");
Related posts:
I want text on my JLabel object displayed in two lines.
Next code does do the work:
label.setText(" <html> first line <br> second line </html>");
Related posts: