All Questions
Tagged with javafx javascript
2 questions
1
vote
1
answer
939
views
Web Page Inspector
I wrote a small JavaFX Application to inspect Javascript within HTML pages. It loads and browses sites, shows the HTML source, shows an overview of the text of a page, provides a simple Javascript ...
1
vote
1
answer
591
views
Simple chart-viewing JavaFX example on Nashorn
I'm hacking together some first examples on JavaScript (Nashorn) for viewing a simple chart. Since my background is "Java programmer" I'm sure there are ways where I can have more benefit from ...