javax.swing
public class JApplet extends Applet implements RootPaneContainer, Accessible
Nested Class Summary | |
---|---|
protected class | JApplet.AccessibleJApplet
Provides accessibility support for JApplet . |
Field Summary | |
---|---|
protected AccessibleContext | accessibleContext
The accessible context for this JApplet . |
protected JRootPane | rootPane |
protected boolean | rootPaneCheckingEnabled |
Constructor Summary | |
---|---|
JApplet() |
Method Summary | |
---|---|
protected void | addImpl(Component comp, Object constraints, int index) |
protected JRootPane | createRootPane() |
AccessibleContext | getAccessibleContext() |
Container | getContentPane() |
Component | getGlassPane() |
JMenuBar | getJMenuBar() |
JLayeredPane | getLayeredPane() |
Dimension | getPreferredSize() |
JRootPane | getRootPane() |
protected boolean | isRootPaneCheckingEnabled() |
protected String | paramString() |
protected void | processKeyEvent(KeyEvent e) |
void | remove(Component comp) |
void | setContentPane(Container contentPane) |
void | setGlassPane(Component glassPane) |
void | setJMenuBar(JMenuBar menubar) |
void | setLayeredPane(JLayeredPane layeredPane) |
void | setLayout(LayoutManager manager) |
protected void | setRootPane(JRootPane root) |
protected void | setRootPaneCheckingEnabled(boolean enabled) |
void | update(Graphics g) |
JApplet
.UNKNOWN: rootPaneCheckingEnabled is false to comply with J2SE 5.0