mirror of
https://github.com/frosch95/SmartCSV.fx.git
synced 2026-06-21 05:41:56 +02:00
fixed the main javafx application problem
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package ninja.javafx.smartcsv;
|
||||
|
||||
import ninja.javafx.smartcsv.fx.SmartCSV;
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
// workaround for module problem
|
||||
SmartCSV.main(args);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user