Introducing Swing/JFC
Sun addressed problems with Java Foundation Classes (JFC) a/k/a Swing
Key elements:
- No reliance on native peers; the JVM does the work
- Swing completely controls look and feel of all components: PLAF
- Superior design: MVC-esque
Fast, flexible, extensible!