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 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 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