gov.nasa.worldwind.applications.sar
Class LicenseDialog
java.lang.Object
gov.nasa.worldwind.applications.sar.LicenseDialog
public class LicenseDialog
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACCEPT_OPTION
public static final int ACCEPT_OPTION
- See Also:
- Constant Field Values
DECLINE_OPTION
public static final int DECLINE_OPTION
- See Also:
- Constant Field Values
ERROR_OPTION
public static final int ERROR_OPTION
- See Also:
- Constant Field Values
LicenseDialog
public LicenseDialog(java.lang.Object license)
getContentType
public java.lang.String getContentType()
getLicense
public final java.lang.Object getLicense()
getPreferredSize
public java.awt.Dimension getPreferredSize()
getTitle
public java.lang.String getTitle()
setContentType
public void setContentType(java.lang.String contentType)
setPreferredSize
public void setPreferredSize(java.awt.Dimension preferredSize)
setTitle
public void setTitle(java.lang.String title)
showDialog
public int showDialog(java.awt.Component parentComponent)