Class TestJInternalFrame
<default>
java.lang.Object
  java.awt.Component
      java.awt.Container
          javax.swing.JComponent
              javax.swing.JInternalFrame
                  TestJInternalFrame
All Implemented Interfaces:
java.awt.image.ImageObserver, java.io.Serializable, javax.accessibility.Accessible

public class TestJInternalFrame
extends JInternalFrame
This is an example of SWING Internal frame.
Author:
TogetherSoft
See Also:  Node Documentation, UI Documentation

Inner classes inherited from class javax.swing.JInternalFrame
JInternalFrame.AccessibleJInternalFrame, JInternalFrame.JDesktopIcon
Inner classes inherited from class javax.swing.JComponent
JComponent.AccessibleJComponent
Inner classes inherited from class java.awt.Container
Container.AccessibleAWTContainer
Inner classes inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy
Field Summary
private JDesktopPane
private JFrame
private JButton
private JButton
private JEditorPane
private JMenu
private JMenuBar
private JMenuItem
private JMenuItem
private JPanel
private JScrollPane
Fields inherited from class javax.swing.JInternalFrame
closable, CONTENT_PANE_PROPERTY, desktopIcon, FRAME_ICON_PROPERTY, frameIcon, GLASS_PANE_PROPERTY, iconable, IS_CLOSED_PROPERTY, IS_ICON_PROPERTY, IS_MAXIMUM_PROPERTY, IS_SELECTED_PROPERTY, isClosed, isIcon, isMaximum, isSelected, LAYERED_PANE_PROPERTY, maximizable, MENU_BAR_PROPERTY, resizable, ROOT_PANE_PROPERTY, rootPane, rootPaneCheckingEnabled, title, TITLE_PROPERTY
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
Fields inherited from interface javax.swing.WindowConstants
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE
Constructor Summary
Method Summary
private void
void
frameWindowClosing(WindowEvent e)
private void
initGUI()
This method is called from within the constructor to initialize the form.
void
void
static void
main(String[] args)
private void
Field Detail
frame
private JFrame frame = new JFrame()
See Also:  UI Component

desktop
private JDesktopPane desktop = new JDesktopPane()
See Also:  UI Component

jMenuBar1
private JMenuBar jMenuBar1 = new JMenuBar()
See Also:  UI Component

jMenu1
private JMenu jMenu1 = new JMenu()
See Also:  UI Component

jMenuItem1
private JMenuItem jMenuItem1 = new JMenuItem()
See Also:  UI Component

jMenuItem2
private JMenuItem jMenuItem2 = new JMenuItem()
See Also:  UI Component

jPanel1
private JPanel jPanel1 = new JPanel()
See Also:  UI Component

jButton1
private JButton jButton1 = new JButton()
See Also:  UI Component

jButton2
private JButton jButton2 = new JButton()
See Also:  UI Component

jScrollPane1
private JScrollPane jScrollPane1 = new JScrollPane()
See Also:  UI Component

jEditorPane1
private JEditorPane jEditorPane1 = new JEditorPane()
See Also:  UI Component
Constructor Detail
TestJInternalFrame
public TestJInternalFrame()
Method Detail
initGUI
private void initGUI()
This method is called from within the constructor to initialize the form.

main
public static void main(String[] args)

exit
private void exit()

newFrame
private void newFrame()

frameWindowClosing
public void frameWindowClosing(WindowEvent e)

jMenuItem2ActionPerformed
public void jMenuItem2ActionPerformed(ActionEvent e)

jMenuItem1ActionPerformed
public void jMenuItem1ActionPerformed(ActionEvent e)