posted 23 years ago
Hi Judy,
IMOP it could be that you are not specifying a font. JVM only specifies that font types be available and not that all sizes be the same on all platforms (e.g. 12 on Unix <> 12 on PC).
As stated by John, you usually use a layout manager to make sure your objects don't move. From your explanation, I gather you probably are using a null layout... GridBagLayout gives the programmer the most control over how extra space is used and what happens when things are resized.
Regards,
Manfred.