Package org.livesub.utils.log

Examples of org.livesub.utils.log.LogUtils


*/
public class LiveSubtitler extends Application {
   
    @Override
    public void start(Stage stage) throws Exception {
        (new LogUtils()).setupLogger();
        Utils.printVersion();
       
        Parent root = FXMLLoader.load(getClass().getResource("ui/MainUI.fxml"));
       
        Scene scene = new Scene(new BorderPane(), 1, 1);
View Full Code Here

TOP

Related Classes of org.livesub.utils.log.LogUtils

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.