master
Marcus Gosselin 2015-02-14 14:11:39 -05:00
parent a072cdb3d8
commit b824c95834
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import com.google.gson.Gson;
public class Main extends Canvas implements KeyListener, MouseMotionListener {
public static void main(String[] args) {
new Main();
new ScrollingMain();
}
private JFrame frame;