• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

ProJavaFX examples

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why are all Pro JavaFX examples are webstart applications? Does it mean JavaFX applications cannot be run as an Applet? Do you have some samples in your book that can demonstrate the same?
 
Ranch Hand
Posts: 198
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If I am not wrong, one can launch an applet too via webstart. Webstart is like requesting a .jnlp file when a link to the application is clicked from the webpage. It launches the standalone application instead of a second webpage.
 
author
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Alfred,

We chose to package most of the samples using Web Start, because in our experience it has the best deployment experience for users regardless of their browser or OS configuration. However, any of the samples can be run via Web Start or as Applets simply by toggling the deployment settings in the supplied Netbeans project and rebuilding.

As an aside, the Mobile examples in Chapter 10 are actually deployed as applets, so if you want to see a JavaFX example running as an applet you can go here:
http://jfxtras.org/portal/pro-javafx-platform?p_r_p_564233524_tag=chapter+10
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic