jaroslav@1069: /** jaroslav@1069: * Back 2 Browser Bytecode Translator jaroslav@1787: * Copyright (C) 2012-2015 Jaroslav Tulach jaroslav@1069: * jaroslav@1069: * This program is free software: you can redistribute it and/or modify jaroslav@1069: * it under the terms of the GNU General Public License as published by jaroslav@1069: * the Free Software Foundation, version 2 of the License. jaroslav@1069: * jaroslav@1069: * This program is distributed in the hope that it will be useful, jaroslav@1069: * but WITHOUT ANY WARRANTY; without even the implied warranty of jaroslav@1069: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the jaroslav@1069: * GNU General Public License for more details. jaroslav@1069: * jaroslav@1069: * You should have received a copy of the GNU General Public License jaroslav@1069: * along with this program. Look for COPYING file in the top folder. jaroslav@1069: * If not, see http://opensource.org/licenses/GPL-2.0. jaroslav@1069: */ jaroslav@1069: package org.apidesign.bck2brwsr.launcher.fx; jaroslav@1069: jaroslav@1069: import org.apidesign.bck2brwsr.launcher.Launcher; jaroslav@1069: jaroslav@1069: /** This is a launcher for the Bck2Brwsr jaroslav@1069: * project that is using JavaFX's WebView to display the browser inside jaroslav@1069: * real Java virtual machine. Use {@link Launcher} methods to access this jaroslav@1069: * functionality via public, supported methods. jaroslav@1069: * jaroslav@1069: * @author Jaroslav Tulach jaroslav@1069: */ jaroslav@1069: public final class LauncherFX { jaroslav@1069: private LauncherFX() { jaroslav@1069: } jaroslav@1069: }