*opinionated change* Remove LauncherFactory

Factories in OOP are a classic example of over-enginneering. When you only have two launchers I personally think that it's not very useful.

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2022-11-03 17:50:54 +00:00
parent fb677a7489
commit 1da834f650
7 changed files with 15 additions and 145 deletions

View File

@ -64,7 +64,6 @@ import javax.swing.JFrame;
import java.applet.Applet;
import java.awt.Dimension;
import java.awt.Frame;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.io.File;