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> folders  
    static java.lang.String FONTS_FOLDER  
    static java.lang.String LIBS_FOLDER  
    static com.github.tadukoo.util.logger.EasyLogger logger  
    private static java.lang.String LOGS_FOLDER  
    static java.lang.String PROGRAMS_FOLDER  
  • Constructor Summary

    Constructors
    Constructor Description
    Launcher()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)
    Starts the Tadukoo Launcher

    Methods 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.FontFormatException
      Starts 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 & Feel
      javax.swing.UnsupportedLookAndFeelException - Never (TadukooLookAndFeel.isSupportedLookAndFeel() always returns true)
      java.awt.FontFormatException - If something goes wrong in loading fonts in the Look & Feel