rt/launcher/src/main/java/org/apidesign/bck2brwsr/launcher/impl/FXBrwsr.java
Wed, 17 Apr 2013 17:04:40 +0200 Rather than piggybacking on first alert call, use the fact that the server and FX Web View are in the same VM and notify the view that bck2brwsr.js is about to be served from the server.
Wed, 20 Mar 2013 08:48:06 +0100 Removing the location text field. Not needed for server+browser packaged application
Wed, 20 Mar 2013 08:41:24 +0100 Using FX dialog. Intercepting just the first alert('bck2brwsr') call.
Wed, 20 Mar 2013 06:56:44 +0100 There is a way for the JavaScript to tell the Java wrapper it is running: alert. Initialize bck2brwsr callback in alert handler.
Thu, 14 Mar 2013 09:22:28 +0100 Hacky way (relies on singleton) to get FX working. Can attach @On(event=CLICK) and show alert in FX WebView now