All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----tea.awt.dialog.BoxDialog
|
+----tea.awt.dialog.LogoDialog
This Dialog shows an Image which could represent the Logo of the program. It can be used whenever a Dialog with an Image it's necessary. The Image is wrapped in an IconButton. Clicking on the IconButton cause the Dialog to close.
public LogoDialog(Frame parent,
String title,
Image logo,
Dimension dim,
String message)
All Packages Class Hierarchy This Package Previous Next Index