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

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

*** 139,148 **** --- 139,149 ---- * description: A component that displays a set of hierarchical data as an outline. * * @author Rob Davis * @author Ray Ryan * @author Scott Violet + * @since 1.2 */ @SuppressWarnings("serial") public class JTree extends JComponent implements Scrollable, Accessible { /**