< prev index next >
src/java.desktop/share/classes/javax/swing/DefaultFocusManager.java
Print this page
*** 31,42 ****
/**
* This class has been obsoleted by the 1.4 focus APIs. While client code may
* still use this class, developers are strongly encouraged to use
! * <code>java.awt.KeyboardFocusManager</code> and
! * <code>java.awt.DefaultKeyboardFocusManager</code> instead.
* <p>
* Please see
* <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
* How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>, and the
--- 31,42 ----
/**
* This class has been obsoleted by the 1.4 focus APIs. While client code may
* still use this class, developers are strongly encouraged to use
! * {@code java.awt.KeyboardFocusManager} and
! * {@code java.awt.DefaultKeyboardFocusManager} instead.
* <p>
* Please see
* <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
* How to Use the Focus Subsystem</a>,
* a section in <em>The Java Tutorial</em>, and the
< prev index next >