< prev index next >
src/java.desktop/share/classes/sun/print/DialogOwner.java
Print this page
*** 80,90 ****
/**
* Get the name of the category of which this attribute value is an
* instance.
* <P>
* For class DialogOwner the category name is
! * <CODE>"dialog-owner"</CODE>.
*
* @return Attribute category name.
*/
public String getName() {
return "dialog-owner";
--- 80,90 ----
/**
* Get the name of the category of which this attribute value is an
* instance.
* <P>
* For class DialogOwner the category name is
! * {@code "dialog-owner"}.
*
* @return Attribute category name.
*/
public String getName() {
return "dialog-owner";
< prev index next >