Is it possible to use JButton I can put the text is right in the icon, not above, below, left and right side of the icon. If possible how?
Asked
Active
Viewed 56 times
0

N. berouain
- 1,181
- 13
- 17

Abdullah Ubaid
- 33
- 10
-
Sure. Write the text **on** the icon before using it in the button. It will complicate rendering or keyboard shortcuts, though. – Andrew Thompson Dec 25 '19 at 12:28
-
Maybe this posting will give you some ideas: https://stackoverflow.com/questions/22188213/jbutton-settext-specific-position/22189447#22189447 – camickr Dec 25 '19 at 15:49
-
Thank you so much all. I've found the way, we have to set **verticalTextPosition** to **CENTER** and **horizontalTextPosition** to **CENTER** – Abdullah Ubaid Dec 25 '19 at 16:39