1

In jButton,i want to write a title or text on button and it will look like

Advance
Search
Option

But the button text look like

AdvanceSearchOption

It won't take new line. I try change some properties but it won't work.

Madhawa Priyashantha
  • 9,633
  • 7
  • 33
  • 60

1 Answers1

2

Right click on you button then btn[jButton] - Properties tab will appear. Then click text field and paste

<html>Advance<br />Search<br />Option</html>

Hope it will work

Mastan
  • 492
  • 2
  • 5
  • 13