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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJPanel.java39 * <code>JPanel</code> is a generic lightweight container.
40 * For examples and task-oriented documentation for JPanel, see
65 public class JPanel extends JComponent implements Accessible class in inherits:JComponent,Accessible
74 * Creates a new JPanel with the specified layout manager and buffering
82 public JPanel(LayoutManager layout, boolean isDoubleBuffered) { method in class:JPanel
90 * Create a new buffered JPanel with the specified layout manager
94 public JPanel(LayoutManager layout) { method in class:JPanel
99 * Creates a new <code>JPanel</code> with <code>FlowLayout</code>
101 * If <code>isDoubleBuffered</code> is true, the <code>JPanel</code>
108 public JPanel(boolea method in class:JPanel
116 public JPanel() { method in class:JPanel
[all...]

Completed in 29 milliseconds