OSDN Git Service

modified: build/classes/parauni/CommandController.class
[parauni/para-repos.git] / src / parauni / Main.java
1 package parauni;
2
3 import java.io.IOException;
4 import java.sql.SQLException;
5
6 /**
7  *
8  * @author karihei
9  */
10 public class Main {
11
12     /**
13      * @param args the command line arguments
14      */
15     public static void main(String[] args) throws IOException, ClassNotFoundException, SQLException {
16       //new TaskCenterPanel();
17       new TextView();
18         //new DataBase();
19     }
20
21 }