All Packages Class Hierarchy This Package Previous Next Index
Class ejmf.toolkit.gui.ViewScreen
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----com.sun.java.swing.JComponent
|
+----com.sun.java.swing.JInternalFrame
|
+----ejmf.toolkit.gui.ViewScreen
- public class ViewScreen
- extends JInternalFrame
An JInternalFrame that can be appropriately sized
and positioned within its parent.
- See Also:
- JInternalFrame
-
ViewScreen(JPanel)
- Create a new JInternalFrame using the panel sent
as argument as its content pane.
-
ViewScreen(Point)
- Create a new JInternalFrame at the specified Point
within its parent Container.
ViewScreen
public ViewScreen(Point p)
- Create a new JInternalFrame at the specified Point
within its parent Container.
- Parameters:
- p
- java.awt.Point at which JInternalFrame
will be positioned within parent.
ViewScreen
public ViewScreen(JPanel panel)
- Create a new JInternalFrame using the panel sent
as argument as its content pane.
- Parameters:
- panel
- A JPanel used as JInternalFrame's content pane.
All Packages Class Hierarchy This Package Previous Next Index