1 |
In former releases of JDK, components were implemented by a peer class in the native window system, called "heavyweight components". These have problems:
|
2 |
JDK 1.1 has Lightweight UI Framework: subclasses of Component and Container are now implemented wholly in Java code without native code
|