Resizing fails in Java Frames on Macintosh OS X using GridBagLayout even if JDK 1.0 methods are used

    This applet is the same as the Resizing using GridBagLayout applet except that here setBounds and other JDK 1.1 methods are replaced by their JDK 1.0 equivalents such as reshape.  The problems with the applet remain, even using the JDK 1.0 methods.

    The source code can be downloaded from this link.