Test launchUI.jar

Issue #530 resolved
Desrever Nu created an issue

No description provided.

Comments (6)

  1. Desrever Nu reporter

    the expected behaviour is that after doubleclicking the jar , the UI shows up.

    I guess that we need the browser to open up automatically, which in my understanding is not yet implemented. correct?

  2. Benjamin Cordes

    yes, not implemented. I'd personally leave that for later, as this might not be trivial to implement across all platforms. Another example what if the browser is already open? there is some code for Java Webkit in an older branch, where the window is not the browser.

  3. Desrever Nu reporter

    You are right, but we are lucky and I have already figured it out for another project. Will check in the code soon!

  4. Desrever Nu reporter

    checked in, simply use the static method

    Utils.launchBrowser("http://www.nubits.com");
    
  5. Log in to comment