Searched defs:Panel (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DPanel.java30 * <code>Panel</code> is the simplest container class. A panel
41 public class Panel extends Container implements Accessible { class in inherits:Container,Accessible
55 public Panel() { method in class:Panel
64 public Panel(LayoutManager layout) { method in class:Panel
73 synchronized (Panel.class) {
79 * Creates the Panel's peer. The peer allows you to modify the
96 * Gets the AccessibleContext associated with this Panel.
102 * AccessibleContext of this Panel
114 * <code>Panel</code> class. It provides an implementation of the

Completed in 29 milliseconds