Class TempoDialog

java.lang.Object
com.softsynth.jmsl.view.PVDialogAdapter
com.softsynth.jmsl.score.view.TempoDialog
All Implemented Interfaces:
PVComponent, PVDialog, PVFrame, java.awt.event.ActionListener, java.util.EventListener

public class TempoDialog
extends PVDialogAdapter
implements java.awt.event.ActionListener
Open a window which provides a Tempo dialog
Author:
Nick Didkovsky, copyright 2000 Nick Didkovsky, all rights reserved
  • Field Details

  • Constructor Details

    • TempoDialog

      public TempoDialog​(java.awt.Frame frame, TempoResultProcessor tempoResultProcessor, Tempo t, java.lang.String title, java.lang.String msg)
  • Method Details

    • setVisible

      public void setVisible​(boolean b)
      Specified by:
      setVisible in interface PVFrame
      Overrides:
      setVisible in class PVDialogAdapter
    • actionPerformed

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