Newer
Older
import javafx.application.Application;
import javafx.stage.Stage;
import org.jnativehook.NativeHookException;
public class Main extends Application {
@Override
public void start(Stage primaryStage) throws Exception{
Jason Dittmer (jcd763)
committed
// Initialize at main UI screen
Jason Dittmer (jcd763)
committed
public static void main(String[] args) throws NativeHookException {
RunHotkeys runHotkeys = new RunHotkeys();
Thread thread = new Thread(OSInterface.getInstance());
OSInterface.getInstance().stop();