com.softsynth.jmsl.view
Class AppletAlert

java.lang.Object
  extended by com.softsynth.jmsl.view.PVFrameAdapter
      extended by com.softsynth.jmsl.view.AppletAlert
All Implemented Interfaces:
PVComponent, PVFrame, java.awt.event.ActionListener, java.util.EventListener

public class AppletAlert
extends PVFrameAdapter
implements java.awt.event.ActionListener

A Dialog-like class for applet 11/9/2000 3:49PM

Author:
Nick Didkovsky, didkovn@mail.rockefeller.edu

Constructor Summary
AppletAlert(java.applet.Applet parent)
           
AppletAlert(java.applet.Applet parent, java.lang.String title, java.lang.String msg)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 void alert(java.lang.String msg)
           
 void alert(java.lang.String title, java.lang.String msg)
           
 void setVisible(boolean b)
           
 
Methods inherited from class com.softsynth.jmsl.view.PVFrameAdapter
add, add, addKeyListener, addWindowListener, dispose, equals, getBackground, getBounds, getComponent, getFont, getFontMetrics, getParent, getPVMenuBar, hashCode, isEnabled, isShowing, pack, removeAll, removeKeyListener, setBackground, setEnabled, setFont, setFrameLayout, setLocation, setPVMenuBar, setResizable, setSize, setSize, setTitle, toBack, toFront, toString, validate
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AppletAlert

public AppletAlert(java.applet.Applet parent)

AppletAlert

public AppletAlert(java.applet.Applet parent,
                   java.lang.String title,
                   java.lang.String msg)
Method Detail

alert

public void alert(java.lang.String title,
                  java.lang.String msg)

alert

public void alert(java.lang.String msg)

setVisible

public void setVisible(boolean b)
Specified by:
setVisible in interface PVFrame
Overrides:
setVisible in class PVFrameAdapter

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Specified by:
actionPerformed in interface java.awt.event.ActionListener