Coding By Numbers
Rambling about Java, Swing, JavaFX, Android and iPhone development
Rambling about Java, Swing, JavaFX, Android and iPhone development
This user hasn't shared any biographical information
Homepage: http://codingbynumbers.com
November 5, 2009 - 8:49 pm
Tags: Adobe, Android, Chrome, Chrome OS, CSS 3, Flash, Flash Video, Google, H.264, HTML 5, iPhone, Java IDE, JavaFX, JavaScript, Microsoft, Opinion, Oracle, RIA, Safari, Scala, Silverlight, Sun, Theora
Posted in Opinion | No comments
Since I’m effectively relaunching this blog, I thought I would close the loop on JavaFX, which was primarily why I started the blog in the first place. Since the news that Oracle was buying Sun, I’ve not been convinced about the future of JavaFX. In the last couple of months I’ve come to the conclusion [...]
November 4, 2009 - 9:42 pm
Tags: IntelliJ IDEA, Java IDE, NetBeans
Posted in Java, Opinion | No comments
Originally posted on my personal blog.
Since the start of last week I have been using the beta release of IntelliJ IDEA Community Edition and I have to admit I’m really rather impressed. It hasn’t been completely plain sailing but I’m prepared to give it the benefit of the doubt given that it is still in beta [...]
June 3, 2009 - 6:00 am
Tags: Adobe, JavaFX, Linux, Mac OS X, Opinion, Oracle, Solaris, Sun
Posted in Opinion | No comments
OK, I admit, I was wrong! Oracle are going to put their weight behind JavaFX and take the fight to Adobe and I’m glad they are because I think it is a superior technology.
I’m also really pleased with what they have included in V1.2, primarily:
Proper UI components such as buttons and sliders and text boxes
Cross [...]
April 24, 2009 - 10:14 am
Tags: Adobe, Flash, JavaFX, Opinion, Oracle, Sun
Posted in Opinion | 2 comments
One of the main reasons Oracle is buying Sun is to get it’s hands on Java. Much of it’s middleware stack is Java based and having control of Java the language and the default implementation makes sense for them. I don’t really fear for Java or the JVM. If anything I think it will do [...]
December 24, 2008 - 3:56 pm
Tags: JavaFX, Opinion, Sun
Posted in JavaFX | No comments
Here are the top three things that I instantly like about JavaFX Script:
1. Timelines
The Timeline class is just genius for anyone interested in creating GUI special effects. It makes simple animations a cinch and complex ones possible without tying yourself up in knots. The ability to trigger actions at key frames within the timeline does [...]
December 21, 2008 - 9:32 am
Tags: Demo, JavaFX, Source Code
Posted in Demo, JavaFX | No comments
As promised, the source code for the Laser Orbit demo is now available as a NetBeans (ANT) project under the MIT license. I refined the source since I originally wrote the demo, as I’ve learned more about JavaFX writing other demos (coming soon). As a result I’ve cut the code down by a third and [...]
December 13, 2008 - 10:12 pm
Tags: Demo, JavaFX
Posted in Demo, JavaFX | No comments
This is a demo that I ported from www.shinedraw.com as an exercise to learn a bit more about JavaFX. Basically the line should follow and dance around the mouse pointer.
Note: I did have this embedded in the page as an applet but it appears to crash FireFox on Linux (not good) so for now I [...]