News

Do you ever get the feeling there’s something not quite right about Swing threading? John Zukowski puts his finger on it in this article. While tracing Swing’s single-threaded event model from ...
Swing Java 1.2 Swing一些底层类使用AWT的Component、Container、Window等类,可能是为了保持与AWT兼容,方便大家将代码移植到Swing上 Swing不再沿用Peer对等模式来实现GUI界面,完全基于Java自绘制图形实现。