Kommentare 2: electric boogaloo

This commit is contained in:
2023-02-01 21:33:53 +01:00
parent 9d7b981c22
commit ba70f484a7
16 changed files with 229 additions and 58 deletions

View File

@@ -1,5 +1,10 @@
package com.bib.essensbestellungsverwaltung;
/**
* Acts as a launcher required to make it a .jar
* It is also used to select either the cli or the gui depending on starting arguments
* @author Malte Schulze Hobeling
*/
public class SuperMain {
public static void main(String[] args) {
if(args.length > 0){