< prev index next >

src/java.desktop/share/classes/sun/awt/DisplayChangedListener.java

Print this page

        

@@ -35,11 +35,11 @@
  *
  * For Motif, this interface is only used for dragging windows between Xinerama
  * screens.
  *
  * For win32, the listener object created from that class is then registered
- * with the WToolkit object using its <code>addDisplayChangeListener</code>
+ * with the WToolkit object using its {@code addDisplayChangeListener}
  * method. When the display resolution is changed (which occurs,
  * in Windows, either by the user changing the properties of the
  * display through the control panel or other utility or by
  * some other application which has gotten fullscreen-exclusive
  * control of the display), the listener is notified through its
< prev index next >