jdk/src/share/classes/javax/swing/JLabel.java
changeset 25201 4adc75e0c4e5
parent 22574 7f8ce0c8c20a
child 25760 7955db32d6b0
equal deleted inserted replaced
25200:360a141ded8f 25201:4adc75e0c4e5
   101  * @beaninfo
   101  * @beaninfo
   102  *   attribute: isContainer false
   102  *   attribute: isContainer false
   103  * description: A component that displays a short string and an icon.
   103  * description: A component that displays a short string and an icon.
   104  *
   104  *
   105  * @author Hans Muller
   105  * @author Hans Muller
       
   106  * @since 1.2
   106  */
   107  */
   107 @SuppressWarnings("serial")
   108 @SuppressWarnings("serial")
   108 public class JLabel extends JComponent implements SwingConstants, Accessible
   109 public class JLabel extends JComponent implements SwingConstants, Accessible
   109 {
   110 {
   110     /**
   111     /**