src/share/classes/javax/swing/Box.java

Print this page
rev 10121 : 8046485: Add missing @since tag under javax.swing.*
Reviewed-by:

*** 73,82 **** --- 73,83 ---- * Please see {@link java.beans.XMLEncoder}. * * @see BoxLayout * * @author Timothy Prinzing + * @since 1.2 */ @SuppressWarnings("serial") public class Box extends JComponent implements Accessible { /**