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

Constructor Index

 o DTMsgBox()
 o DTMsgBox(String)
 o DTMsgBox(String, String)

Method Index

 o actionPerformed(ActionEvent)
 o createAndGo(String)
 o createAndGo(String, String)
 o go()
 o go(String)
 o go(String, boolean)
 o go(String, String)

Constructors

 o DTMsgBox
 public DTMsgBox()
 o DTMsgBox
 public DTMsgBox(String title)
 o DTMsgBox
 public DTMsgBox(String title,
                 String msg)

Methods

 o go
 public void go()
 o go
 public void go(String msg)
 o go
 public void go(String msg,
                boolean wait)
 o go
 public void go(String title,
                String msg)
 o createAndGo
 public static void createAndGo(String msg)
 o createAndGo
 public static void createAndGo(String title,
                                String msg)
 o actionPerformed
 public void actionPerformed(ActionEvent evt)

All Packages  Class Hierarchy  This Package  Previous  Next  Index