Chapter 14 Examples


 
Internal Frames
IFrames.java demonstrates the techniques used to create and configure JInternalFrames. The deprecated setMenuBar method was replaced with setJMenuBar for the Java 2 version.
 
Internal Option Pane
IOptionExample.java displays a JOptionPane in an internal frame.
 
Layers
Layers.java demonstrates the techniques used to place internal frames in the available layers. A JLayeredPane is used.


Copyright © 1998, John Wiley and Sons, Inc.