java.awt
Class Frame

java.lang.Object
  |
  +--java.awt.Component
        |
        +--java.awt.Container
              |
              +--java.awt.Window
                    |
                    +--java.awt.Frame
All Implemented Interfaces:
ImageObserver

public class Frame
extends Window


Constructor Summary
Frame()
           
Frame(java.lang.String t)
           
 
Method Summary
 Insets getInsets()
           
 Dimension getMinimumSize()
          Returns the minimum size of this container, depending on the current layout manager.
 java.lang.String getTitle()
           
 boolean isFocusTraversable()
          Returns false
 void paintAll(Graphics g)
          Paints this component and all child components.
 void setMenuBar(MenuBar menuBar)
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class java.awt.Window
addWindowListener, dispose, getFocusOwner, getToolkit, pack, setVisible, show
 
Methods inherited from class java.awt.Container
add, add, add, addImpl, doLayout, findComponentAt, getComponent, getComponentCount, getComponents, getLayout, isAncestorOf, paintComponents, remove, remove, removeAll, setLayout, update, validate
 
Methods inherited from class java.awt.Component
addFocusListener, addKeyListener, addMouseListener, addMouseMotionListener, contains, dispatchEvent, enableEvents, getBackground, getBounds, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getLocationOnScreen, getMaximumSize, getParent, getPreferredSize, getSize, getWidth, getX, getY, hasFocus, invalidate, isEnabled, isValid, isVisible, paint, processEvent, processFocusEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, repaint, repaint, requestFocus, setBackground, setBounds, setEnabled, setFont, setForeground, setLocation, setSize, setSize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Frame

public Frame()

Frame

public Frame(java.lang.String t)
Method Detail

getInsets

public Insets getInsets()
Overrides:
getInsets in class Container

getMinimumSize

public Dimension getMinimumSize()
Description copied from class: Container
Returns the minimum size of this container, depending on the current layout manager.
Overrides:
getMinimumSize in class Container

getTitle

public java.lang.String getTitle()

setMenuBar

public void setMenuBar(MenuBar menuBar)

setTitle

public void setTitle(java.lang.String title)

isFocusTraversable

public boolean isFocusTraversable()
Description copied from class: Container
Returns false
Overrides:
isFocusTraversable in class Container

paintAll

public void paintAll(Graphics g)
Description copied from class: Container
Paints this component and all child components.
Overrides:
paintAll in class Container