Add message about how to use app for headless mode.

This commit is contained in:
Favyen Bastani
2018-11-26 16:00:27 -05:00
parent 5db7131e24
commit f75ba56eea

View File

@@ -18,6 +18,8 @@ public class Main {
if(!GraphicsEnvironment.isHeadless()){
new GuiApp();
} else {
System.out.println("Open your webbrowser and go to: 127.0.0.1:8033");
}
}