> I am using SWT and I am wondering how can I show font in the fixed
> width size. Right now I am showing the font in Text object but the
> characters are showing in different width. Can I set each character has
> the same width? Thanks in advance if who is knowing the answer
JComponent.setFont(...);
--gary
fiziwig - 14 Aug 2006 21:54 GMT
> JComponent.setFont(...);
> --gary
OOPS. Misread the question. Ignore that answer
--gary