Class ScoreReader
java.lang.Object
|
+--ScoreReader
- public class ScoreReader
- extends Object
Instantiates a GUI frame that allows the user to display, load, save and modify
image files. This is intended primarily for processing image files that portray
musical scores.
- Author:
- Cory McKay
Method Summary |
static void |
main(String[] s)
Instantiates a MainFrame panel and/or dialog box to load an
image file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScoreReader
public ScoreReader()
main
public static void main(String[] s)
- Instantiates a
MainFrame
panel and/or dialog box to load an
image file. One optional command line argument is allowed to specify the path
of an image file.