Package uk.ac.qmul.eecs.depic.daw
Class Daw
- java.lang.Object
-
- uk.ac.qmul.eecs.depic.daw.Daw
-
- All Implemented Interfaces:
- java.lang.Runnable
public class Daw extends java.lang.Object implements java.lang.Runnable
Entry point for the program
-
-
Constructor Summary
Constructors Constructor and Description Daw()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static SoundEngineFactory
getSoundEngineFactory()
static void
main(java.lang.String[] args)
Main function.void
run()
Creates a newMainFrame
and makes it visible in the Event Dispatching Thread.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
Main function. Callsrun()
in the Event dispatching thread.- Parameters:
args
- command line argument vector
-
run
public void run()
Creates a newMainFrame
and makes it visible in the Event Dispatching Thread.- Specified by:
run
in interfacejava.lang.Runnable
-
getSoundEngineFactory
public static SoundEngineFactory getSoundEngineFactory()
-
-