News

While tracing Swing’s single-threaded event model from Java 1.0 to its origins in the JavaBeans component model and AWT, he reveals an initialization bug in a commonly used start-up pattern.
Each Swing component belongs to a component hierarchy that represents parent-child relationships. For example, a JButton ‘s parent is the JPanel that contains that button.