git tutorial
This commit is contained in:
4
src/com/rkcsd/apps/demo/main/Logger.java
Normal file
4
src/com/rkcsd/apps/demo/main/Logger.java
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
package com.rkcsd.apps.demo.main;
|
||||||
|
|
||||||
|
public class Logger {
|
||||||
|
}
|
||||||
@@ -7,6 +7,7 @@ public class Main {
|
|||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
|
|
||||||
MainWindow w = new MainWindow();
|
MainWindow w = new MainWindow();
|
||||||
|
MainWindow w2 = new MainWindow();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user