Description: Java swing components to create a parent-child window example, the structure using a JDesktopPane-JInternalFrame. JDesktopPane equivalent of a "parent window", you can have more than one as a "sub-window" JInternalFrame object. As shown in the screenshot run, was elected AddFrame menu item under the Option menu
, It will increase a child window within the parent window
To Search:
File list (Check if you may need any files):
父子窗体的实现\JINTERNALFRAMEDEMO\BAK\JINTERNALFRAMEDEMO\JINTERNALFRAMEDEMO.JAVA~1~
..............\..................\...\..................\MAINFRAME.JAVA~1~
..............\..................\...\..................\MAINFRAME.JAVA~2~
..............\..................\...\..................\MAINFRAME.JAVA~3~
..............\..................\...\..................\MAINFRAME.JAVA~4~
..............\..................\CLASSES\JINTERNALFRAMEDEMO\JINTERNALFRAMEDEMO.CLASS
..............\..................\.......\..................\MAINFRAME$1.CLASS
..............\..................\.......\..................\MAINFRAME.CLASS
..............\..................\.......\..................\OWNINTERNALFRAME.CLASS
..............\..................\.......\PACKAGE CACHE\JINTERNALFRAMEDEMO.DEP2
..............\..................\JINTERNALFRAMEDEMO.HTML
..............\..................\JINTERNALFRAMEDEMO.JPX
..............\..................\JINTERNALFRAMEDEMO.JPX.LOCAL
..............\..................\JINTERNALFRAMEDEMO.JPX.LOCAL~
..............\..................\JINTERNALFRAMEDEMO.JPX~
..............\..................\SRC\JINTERNALFRAMEDEMO\JINTERNALFRAMEDEMO.JAVA
..............\..................\...\..................\MAINFRAME.JAVA
..............\..................\...\..................\OWNINTERNALFRAME.JAVA
..............\..................\BAK\JINTERNALFRAMEDEMO
..............\..................\CLASSES\JINTERNALFRAMEDEMO
..............\..................\.......\PACKAGE CACHE
..............\..................\SRC\JINTERNALFRAMEDEMO
..............\..................\BAK
..............\..................\CLASSES
..............\..................\SRC
..............\JINTERNALFRAMEDEMO
父子窗体的实现