< prev index next >
src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/GTKStyleFactory.java
Print this page
@@ -50,12 +50,12 @@
GTKStyleFactory() {
stylesCache = new HashMap<Object, GTKStyle>();
}
/**
- * Returns the <code>GTKStyle</code> to use based on the
- * <code>Region</code> id
+ * Returns the {@code GTKStyle} to use based on the
+ * {@code Region} id
*
* @param c this parameter isn't used, may be null.
* @param id of the region to get the style.
*/
public synchronized SynthStyle getStyle(JComponent c, Region id) {
< prev index next >