Class RepeatCountDialog

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

public class RepeatCountDialog
extends PVDialogAdapter
implements java.awt.event.ActionListener
Open a dialog which provides a measure's repeat count
Author:
Nick Didkovsky, copyright 2000 Nick Didkovsky, all rights reserved
  • Field Details

  • Constructor Details

    • RepeatCountDialog

      public RepeatCountDialog​(java.awt.Frame parent, Measure measure, 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