In java, I want to set a JButton font size so that it will not display '...' (ellipsis). The text of the JButton will only ever be one character, but I want to resize the window and have the layout manager resize the font so that it won't show ... How can I do that?
Asked
Active
Viewed 701 times