资讯

Compile Listing 1 (javac FCDemo.java) and run the application (java FCDemo). Figure 1 shows the resulting user interface, which presents buttons for creating/showing open and save file choosers.
Swing's ButtonGroup class allows radio button grouping to ensure single selection; however, the implementation raises many question marks. You cannot retrieve a reference to the currently selected ...