src/share/classes/java/awt/GraphicsEnvironment.java

Print this page

        

@@ -355,10 +355,12 @@
      * whether a font may also conflict if it has the same family name
      * as a system font.
      * <p>Notice that an application can supersede the registration
      * of an earlier created font with a new one.
      * </ul>
+     *
+     * @param  font the font to be registered
      * @return true if the <code>font</code> is successfully
      * registered in this <code>GraphicsEnvironment</code>.
      * @throws NullPointerException if <code>font</code> is null
      * @since 1.6
      */