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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJLabel.java34 public class JLabel implements JStatement { class in inherits:JStatement
44 JLabel( String _label ) { method in class:JLabel
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJLabel.java57 * A <code>JLabel</code> object can display
107 public class JLabel extends JComponent implements SwingConstants, Accessible class in inherits:JComponent,SwingConstants,Accessible
144 * Creates a <code>JLabel</code> instance with the specified
159 public JLabel(String text, Icon icon, int horizontalAlignment) { method in class:JLabel
168 * Creates a <code>JLabel</code> instance with the specified
181 public JLabel(String text, int horizontalAlignment) { method in class:JLabel
186 * Creates a <code>JLabel</code> instance with the specified text.
192 public JLabel(String text) { method in class:JLabel
197 * Creates a <code>JLabel</code> instance with the specified
210 public JLabel(Ico method in class:JLabel
221 public JLabel(Icon image) { method in class:JLabel
233 public JLabel() { method in class:JLabel
[all...]

Completed in 30 milliseconds