Add oving0

This commit is contained in:
Andreas Omholt Olsen
2026-01-05 13:47:03 +01:00
parent 33086c14b8
commit 977b9310ef
24 changed files with 1061 additions and 8 deletions
@@ -0,0 +1,11 @@
package oving0.todolist.fxui;
/**
* Class needed in a shaded über jar to run a JavaFX app
*/
public class TodoLauncher {
public static void main(String[] args) {
TodoApp.main(args);
}
}