Package com.softsynth.jmsl.score.view
Class ScoreAnnotationDialog
java.lang.Object
com.softsynth.jmsl.view.PVDialogAdapter
com.softsynth.jmsl.score.view.ScoreAnnotationDialog
- All Implemented Interfaces:
PVComponent,PVDialog,PVFrame,java.awt.event.ActionListener,java.util.EventListener
public class ScoreAnnotationDialog extends PVDialogAdapter implements java.awt.event.ActionListener
Dialog to annotate score
- Author:
- Nick Didkovsky, (c) 2013 All rights reserved, Email: nick@didkovsky.com
-
Constructor Summary
Constructors Constructor Description ScoreAnnotationDialog(java.awt.Frame f, Score score) -
Method Summary
Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)static voidmain(java.lang.String[] args)Methods inherited from class com.softsynth.jmsl.view.PVDialogAdapter
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, setVisible, toBack, toFront, toString, validateMethods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ScoreAnnotationDialog
-
-
Method Details
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
-
main
public static void main(java.lang.String[] args)
-