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.
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.
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
Search
Option` – Madhawa Priyashantha Sep 30 '15 at 13:17