Package com.softsynth.jmsl.score.view
Class NewScoreDialog
java.lang.Object
com.softsynth.jmsl.view.PVDialogAdapter
com.softsynth.jmsl.score.view.ScoreDialog
com.softsynth.jmsl.score.view.NewScoreDialog
- All Implemented Interfaces:
PVComponent
,PVDialog
,PVFrame
,java.awt.event.ActionListener
,java.util.EventListener
public class NewScoreDialog extends ScoreDialog
Dialog to specify global properties of a new Score
- Author:
- Nick Didkovsky, (c) 2004 All rights reserved, Email: nick@didkovsky.com
-
Constructor Summary
Constructors Constructor Description NewScoreDialog(java.awt.Frame f)
NewScoreDialog(java.awt.Frame f, NewScoreListener listener)
-
Method Summary
Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
static void
main(java.lang.String[] args)
Methods inherited from class com.softsynth.jmsl.score.view.ScoreDialog
getBottomMargin, getFirstSystemIndent, getLeftMargin, getRightMargin, getTopMargin, getTopMarginOfFirstPage
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, validate
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
NewScoreDialog
public NewScoreDialog(java.awt.Frame f) -
NewScoreDialog
-
-
Method Details
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)- Specified by:
actionPerformed
in interfacejava.awt.event.ActionListener
- Overrides:
actionPerformed
in classScoreDialog
-
main
public static void main(java.lang.String[] args)
-