Java Swing Tutorials - Herong's Tutorial Examples - v4.31, by Herong Yang
Creating Internal Frames inside the Main Frame
This chapter provides tutorial notes and example codes on internal frames. Topics include quick introduction of the javax.swing.JInternalFrame class and the javax.swing.JInternalFrameListener interface; examples of creating internal frames inside the main frame; examples of adding internal frame listeners.
javax.swing.JInternalFame - Internal Frame Class
JInternalFameTest.java - Internal Frame Class Test
javax.swing.InternalFrameListener - Internal Frame Listener Interface
Conclusion:
Sample programs listed in this chapter have been tested with JDK 1.3.1 to JDK 17 on Windows and macOS computers.
Table of Contents
Introduction of Java Swing Package
Graphics Environment of the Local System
JCheckBox - Swing Check Box Class
JRadioButton - Swing Radio Button Class
JTextField - Swing Text Field Class
JComboBox - Swing Combo Box Class
Menu Bar, Menus, Menu Items and Listeners
►Creating Internal Frames inside the Main Frame
Layout of Components in a Container
JEditorPane - The Editor Pane Class
SwingWorker - The Background Task Worker
AWT (Abstract Windows Toolkit)