JDK 1.1 has fixed annoying problem of having to create a totally separate class for such structuring things as creating a class to handle a subcomponent of the applet window. You can now create such classes locally within the applet as an inner class.
|