Blogging Roller
Dave Johnson on open web technologies, social software and Java
Dave Johnson on open web technologies, social software and Java
AWT on Linux and Unix systems is currently based on the Motif widget set. AWT is often called a Heavyweight Toolkit, because of its Motif-based peers. The construction of one Toolkit on top of another Toolkit can often cause "impedance mismatches" that can lead to sluggish performance due to the excessive layering of code, not to mention quality problems and nightmare bugs. In JavaTM 2 Platform, Standard Edition (J2SE TM) v1.5, AWT will take on a new set of peers that remove the Motif toolkit from underneath AWT. This provides a high-performance and high-quality Toolkit that will be 100% backward compatible with existing JavaTM technology applications.
Tags: Java