Can any Java experts out there help me? I'm writing a program using the Java AWT of the SDK 1.4.2. Apparently the default behavior for buttons is that when the window is resized, the button gets bigger or smaller but the font size of the label remains the same. Is there a way to make sure that as the user makes the window bigger or smaller, the font size of the label grows or shrinks accordingly? Any help would be very much appreciated. Thanks in advance!