Package com.github.tadukoo.launcher
Class Launcher
java.lang.Object
com.github.tadukoo.launcher.Launcher
public class Launcher
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description private static java.util.List<java.lang.String>foldersstatic java.lang.StringFONTS_FOLDERstatic java.lang.StringLIBS_FOLDERstatic com.github.tadukoo.util.logger.EasyLoggerloggerprivate static java.lang.StringLOGS_FOLDERstatic java.lang.StringPROGRAMS_FOLDER -
Constructor Summary
Constructors Constructor Description Launcher() -
Method Summary
Modifier and Type Method Description static voidmain(java.lang.String[] args)Starts the Tadukoo LauncherMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
FONTS_FOLDER
public static final java.lang.String FONTS_FOLDER- See Also:
- Constant Field Values
-
LOGS_FOLDER
private static final java.lang.String LOGS_FOLDER- See Also:
- Constant Field Values
-
LIBS_FOLDER
public static final java.lang.String LIBS_FOLDER- See Also:
- Constant Field Values
-
PROGRAMS_FOLDER
public static final java.lang.String PROGRAMS_FOLDER- See Also:
- Constant Field Values
-
folders
private static final java.util.List<java.lang.String> folders -
logger
public static com.github.tadukoo.util.logger.EasyLogger logger
-
-
Constructor Details
-
Launcher
public Launcher()
-
-
Method Details
-
main
public static void main(java.lang.String[] args) throws java.io.IOException, javax.swing.UnsupportedLookAndFeelException, java.awt.FontFormatExceptionStarts the Tadukoo Launcher- Parameters:
args- Not used- Throws:
java.io.IOException- If something goes wrong in creating the file logger or loading fonts in the Look & Feeljavax.swing.UnsupportedLookAndFeelException- Never (TadukooLookAndFeel.isSupportedLookAndFeel()always returns true)java.awt.FontFormatException- If something goes wrong in loading fonts in the Look & Feel
-