< prev index next >
src/java.desktop/unix/classes/sun/awt/UNIXToolkit.java
Print this page
@@ -116,12 +116,12 @@
/**
* Load a native Gtk stock icon.
*
* @param longname a desktop property name. This contains icon name, size
- * and orientation, e.g. <code>"gtk.icon.gtk-add.4.rtl"</code>
- * @return an <code>Image</code> for the icon, or <code>null</code> if the
+ * and orientation, e.g. {@code "gtk.icon.gtk-add.4.rtl"}
+ * @return an {@code Image} for the icon, or {@code null} if the
* icon could not be loaded
*/
protected Object lazilyLoadGTKIcon(String longname) {
// Check if we have already loaded it.
Object result = desktopProperties.get(longname);
< prev index next >