To Apache Web Server correctly handles yours JNLP (Java Network Launch Protocol) files, modify or create a .htaccess file in the top directory of your…
To Apache Web Server correctly handles yours JNLP (Java Network Launch Protocol) files, modify or create a .htaccess file in the top directory of your…
[youtube]NRwRTHPGg6M[/youtube] In a game I wrote some years ago we handled simple rectangular collisions. Given the points: We did: // returning 0 means collision int…
My slides about a overview on JavaFX at our last CEJUG event. JavaFX Overview View SlideShare presentation or Upload your own. (tags: javafx ria) Downloads:…
Do you know the toy Mr. Potato Head? Now meet the Java Potato. [youtube]6NrUdp5XX_o[/youtube] Duke images here from previous dukes I posted and other images…
A example of how flexible can be extending your own Custom Node. In this example I’m creating a comic ballon that can be simple created…
A simple demo using some techniques described in the post JavaFX side scrolling gaming. [youtube]yNUfo538mfA[/youtube] Original ogg video: blackdot.ogg Source (NetBeans project): BlackDot.tar.gz Source (one…
I started to make several small JavaFX game demos. I’m doing that to fell where JavaFX is good to make this sort of game and…
This month, August 2008, from days 18 to 22 you have a opportunity to ask question about the JavaFX SDK Preview and get answers from…
One thing that I like a lot to do with JavaFX is draggable objects. Due to some recent changes in the JavaFX syntax my old…