src/share/classes/java/awt/Label.java

Print this page
rev 10048 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by:

*** 47,57 **** * <p> * <img src="doc-files/Label-1.gif" alt="Two labels: 'Hi There!' and 'Another label'" * style="float:center; margin: 7px 10px;"> * * @author Sami Shaio ! * @since JDK1.0 */ public class Label extends Component implements Accessible { static { /* ensure that the necessary native libraries are loaded */ --- 47,57 ---- * <p> * <img src="doc-files/Label-1.gif" alt="Two labels: 'Hi There!' and 'Another label'" * style="float:center; margin: 7px 10px;"> * * @author Sami Shaio ! * @since 1.0 */ public class Label extends Component implements Accessible { static { /* ensure that the necessary native libraries are loaded */
*** 71,81 **** */ public static final int CENTER = 1; /** * Indicates that the label should be right justified. - * @since JDK1.0t. */ public static final int RIGHT = 2; /** * The text of this label. --- 71,80 ----