< prev index next >
src/java.desktop/share/classes/sun/java2d/SunGraphicsEnvironment.java
Print this page
@@ -153,11 +153,11 @@
*/
protected abstract int getNumScreens();
/**
* Create and return the screen device with the specified number. The
- * device with number <code>0</code> will be the default device (returned
+ * device with number {@code 0} will be the default device (returned
* by {@link #getDefaultScreenDevice()}.
*
* @param screennum the number of the screen to create
*
* @return the created screen device
< prev index next >