aboutsummaryrefslogtreecommitdiff
path: root/src/fallTest/Driver.java
blob: 0ad60f030bc39a146ef13ce184e0eda41394538e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*Name:	
 *Date:
 *Period:
 *Teacher:
 *Description:
 */
package fallTest;


public class Driver
{

    public static void main(String[] args)
    {
        // TODO Auto-generated method stub
        SongPlayer g = new SongPlayer();
        g.loadSong();
        g.createAndShowGui();
    }

}