Klasse java.awt.Frame | 1.0 |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--java.awt.Window | +--java.awt.Frame
Datenelemente | |
---|---|
public static final int | NORMAL ![]() |
public static final int | ICONIFIED ![]() |
public static final int | DEFAULT_CURSOR
Verworfen in Version 1.1. |
public static final int | CROSSHAIR_CURSOR
Verworfen in Version 1.1. |
public static final int | TEXT_CURSOR
Verworfen in Version 1.1. |
public static final int | WAIT_CURSOR
Verworfen in Version 1.1. |
public static final int | SW_RESIZE_CURSOR
Verworfen in Version 1.1. |
public static final int | SE_RESIZE_CURSOR
Verworfen in Version 1.1. |
public static final int | NW_RESIZE_CURSOR
Verworfen in Version 1.1. |
public static final int | NE_RESIZE_CURSOR
Verworfen in Version 1.1. |
public static final int | N_RESIZE_CURSOR
Verworfen in Version 1.1. |
public static final int | S_RESIZE_CURSOR
Verworfen in Version 1.1. |
public static final int | W_RESIZE_CURSOR
Verworfen in Version 1.1. |
public static final int | E_RESIZE_CURSOR
Verworfen in Version 1.1. |
public static final int | HAND_CURSOR
Verworfen in Version 1.1. |
public static final int | MOVE_CURSOR
Verworfen in Version 1.1. |
public final static int | MAXIMIZED_BOTH ![]() |
public final static int | MAXIMIZED_HORIZ ![]() |
public final static int | MAXIMIZED_VERT ![]() |
Konstruktoren | |
---|---|
public | Frame() |
public | Frame(String title) |
public | Frame(GraphicsConfiguration gc) ![]() |
public | Frame(String title, GraphicsConfiguration gc) ![]() |
Methoden | |
---|---|
public void | addNotify() ![]() |
public AccessibleContext | getAccessibleContext() ![]() |
public int | getCursorType()
Verworfen in Version 1.1. Ersetzt durch java.awt.Component.getCursor(). |
public synchronized int | getExtendedState() ![]() |
public static Frame | getFrames() ![]() |
public Image | getIconImage() |
public Rectangle | getMaximizedBounds() ![]() |
public MenuBar | getMenuBar() |
public int | getState() ![]() |
public String | getTitle() |
public boolean | isResizable() |
public boolean | isUndecorated() ![]() |
protected String | paramString() |
public synchronized void | remove(MenuComponent m) |
public synchronized void | setCursor(int cursorType)
Verworfen in Version 1.1. Ersetzt durch java.awt.Component.setCursor(java.awt.Cursor). |
public synchronized void | setExtendedState(int state) ![]() |
public synchronized void | setIconImage(Image image) |
public synchronized void | setMaximizedBounds(Rectangle bounds) ![]() |
public synchronized void | setMenuBar(MenuBar mb) |
public synchronized void | setResizable(boolean resizable) |
public synchronized void | setState(int state) ![]() |
public synchronized void | setTitle(String title) |
public void | setUndecorated(boolean undecorated) ![]() |