provided, where did you get it from? :)
I've never worked with Java GUI frameworks (fortunately) but people from SO recommend to wrap text of label in html tag, so instead of label.setText(myText) you should use something like label.setText("<html>" + text + "</html>")
Wait le me show uh😅
I don't know whythey are using html for this... If i use label.setText("<html>" +text+"</html>") How it will line break my sentence...😅 I think it'll print <html> bla bla </html>
Обсуждают сегодня