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.
The javax.swing.JFileChooser class describes a Swing component for choosing files, usually via its int showOpenDialog (Component parent) and int showSaveDialog (Component parent) methods. In this ...