Swing newbie here. I used the NetBeans built-in GUI build to make an applicaton with a menu and some JDialogs. On some (not all) of the JDialogs, the labels of the JButtons are truncated. For instance, if a JButton label should read Create
, I'll see Creat...
. Even when I resize the window the buttons don't resize and show the entire label.
What does SO recommend? Are there special settings in NB that I have to configure in order to force the application to show the whole label? Thanks in advance.