Please help me with a font problem ^.^
Dear Sun, I have a problema!
I'm working on a project that involves a large array of JButtons, with a single digit on them. Problem is that when the array is too large (too many of them on the screen) the digit changes to "..." and when I make the font smaller it changes to ".". Which is obviously no help at all. How can I force the JButtons to retain their original text and not reduce in size if it makes them lose text?

