Comments on: JavaFX for my kids https://www.stormacq.com/javafx-for-my-kids/ Some not-so random thoughts about this small IT World Mon, 25 Jan 2016 12:47:01 +0000 hourly 1 https://wordpress.org/?v=4.9.1 By: Vaibhav Choudhary https://www.stormacq.com/javafx-for-my-kids/comment-page-1/#comment-118 Mon, 19 Jan 2009 02:13:43 +0000 https://www.stormacq.com/?p=191#comment-118 Converting in JNLP is little easier. You can try out my blog link which tells how to do that 🙂

http://w3hjava.com/javafx/javafx-samples-in-jnlp-style/

]]>
By: Sebastien Stormacq https://www.stormacq.com/javafx-for-my-kids/comment-page-1/#comment-117 Sun, 04 Jan 2009 08:19:37 +0000 https://www.stormacq.com/?p=191#comment-117 I am still having issues to start the application outside NetBeans 🙁 Sounds file are either not found or not played. I will write a small test case and seek assistance in mailing lists and forums … then I will post an online version

]]>
By: Jim Weaver https://www.stormacq.com/javafx-for-my-kids/comment-page-1/#comment-116 Sun, 04 Jan 2009 08:10:56 +0000 https://www.stormacq.com/?p=191#comment-116 Sébastien,

Thanks for this. Would you mind including a Java Web Start link?

Thanks,
Jim Weaver
JavaFXpert.com blog

]]>
By: Sebastien Stormacq https://www.stormacq.com/javafx-for-my-kids/comment-page-1/#comment-115 Sun, 04 Jan 2009 08:01:09 +0000 https://www.stormacq.com/?p=191#comment-115 Hello, Thanks for your comment.
I did not include the sound files (one file for each letter, one for each name + a "Won !" sound)
The paths to these sounds are hardcoded in Constants.fx
You will need to provide sounds recording and fix the path to benefits from the sounds. Otherwise the application should just run without sounds and with plenty of exceptions when accessing the sounds file 🙂

Seb

]]>
By: Vaibhav https://www.stormacq.com/javafx-for-my-kids/comment-page-1/#comment-114 Sun, 04 Jan 2009 02:57:25 +0000 https://www.stormacq.com/?p=191#comment-114 Nice Application. Its running though I am getting exception too :

Sounds Directory = file:///D:/NetBeansProjects/lettersfx/dist/lettersfx.jar!/lettersfx/
FX Media Object caught Exception com.sun.media.jmc.MediaUnavailableException: Media unavailable: file:///D:/NetBeansProjects/lettersfx/dist/lettersfx.jar!/lettersfx/q.au
source =’file:///D:/NetBeansProjects/lettersfx/dist/lettersfx.jar!/lettersfx/q.au’
com.sun.media.jmc.MediaUnavailableException: Media unavailable: file:///D:/NetBeansProjects/lettersfx/dist/lettersfx.jar!/lettersfx/q.au
at com.sun.media.jmcimpl.PeerManager$1.run(PeerManager.java:56)
at java.security.AccessController.doPrivileged(Native Method)

So, are we comparing the above Swing application with the above JavaFX Application. 20 percent less code + a better UI >> Not bad 🙂

]]>