Package com.softsynth.jmsl.view
Class AppletAlert
java.lang.Object
com.softsynth.jmsl.view.PVFrameAdapter
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, nick@didkovsky.com
-
Constructor Summary
Constructors Constructor Description AppletAlert(java.applet.Applet parent)
AppletAlert(java.applet.Applet parent, java.lang.String title, java.lang.String msg)
-
Method Summary
Modifier and Type Method Description 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, getLocation, 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 Details
-
AppletAlert
public AppletAlert(java.applet.Applet parent) -
AppletAlert
public AppletAlert(java.applet.Applet parent, java.lang.String title, java.lang.String msg)
-
-
Method Details
-
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 interfacePVFrame
- Overrides:
setVisible
in classPVFrameAdapter
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent event)- Specified by:
actionPerformed
in interfacejava.awt.event.ActionListener
-