All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.jmf.MultiPlayer.DTMsgBox
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----com.ibm.jmf.MultiPlayer.DTFrame
|
+----com.ibm.jmf.MultiPlayer.DTMsgBox
- public class DTMsgBox
- extends DTFrame
- implements ActionListener
-
DTMsgBox()
-
-
DTMsgBox(String)
-
-
DTMsgBox(String, String)
-
-
actionPerformed(ActionEvent)
-
-
createAndGo(String)
-
-
createAndGo(String, String)
-
-
go()
-
-
go(String)
-
-
go(String, boolean)
-
-
go(String, String)
-
DTMsgBox
public DTMsgBox()
DTMsgBox
public DTMsgBox(String title)
DTMsgBox
public DTMsgBox(String title,
String msg)
go
public void go()
go
public void go(String msg)
go
public void go(String msg,
boolean wait)
go
public void go(String title,
String msg)
createAndGo
public static void createAndGo(String msg)
createAndGo
public static void createAndGo(String title,
String msg)
actionPerformed
public void actionPerformed(ActionEvent evt)
All Packages Class Hierarchy This Package Previous Next Index