This is an update to my previous entry “JavaFX Clock”.
I modified the code (JFXClock.fx) to use the JNA library so that the clock can be contained in a transparent window. I also added a right click menu (JFX is really cool for writing menus) so you can pause, resize and exit the application. I [...]
Filed under: Java on May 22nd, 2007 | 27 Comments »
For my next JFX script I slightly modified the clock example Chris Oliver wrote, and added some artwork to it so it looks somewhat like one of the Google desktop gadgets I use. The gadget is very low res, so I decided to make the image files much bigger so users can resize it without [...]
Filed under: Java on May 20th, 2007 | 17 Comments »
I did this some time ago, we were creating some really dumb parody posters of movie sequels that should never be made …
With Samuel L. Jackson, this could be considered a proper sequel to Return of the Jedi (maybe he’s a long lost relative to Mace Windu).
Filed under: Art on May 18th, 2007 | 1 Comment »
From the last couple of posts it seems my blog is turning into a JavaFX blog, but what I really want to do is make sure I capture some important notes from last week’s JavaOne before I forget eveything. One interesting session that surprised me was the “Easy Deployment is Finally Here” by Ethan Nicholas, [...]
Filed under: Java on May 16th, 2007 | 3 Comments »
So for my first JFX program, I decided to animate my friend Carlos. He just starts from the left corner and when you click him goes all the way to the right. Nothing to fancy. The main purpose of this little program is just to get my head around the syntax, which is quite [...]
Filed under: Java on May 16th, 2007 | No Comments »
Note: If you only see a blank area instead of a video, it might be your firewall blocking YouTube (sorry)
The most impressive JavaFX demo to me was the PDF viewer. The visual design of the application was clean and stylish, to the point that I rather be using this PDF viewer than the official [...]
Filed under: Java on May 11th, 2007 | 3 Comments »
So yesterday at CommunityOne there were some hints about some developments on the Java client side. I guess it’s obvious to guess at this point, minutes before today’s JavaOne keynote that it’s going to be about JavaFX. This technology seems like a direct competitor with Adobe’s Flex and Microsoft’s Silverlight, and may leverage existing installations [...]
Filed under: Java, User Interface on May 8th, 2007 | No Comments »
I noticed I was sitting next to Josh Marinacci at the Java Posse podcast during NetbeansDay. I asked him about the demo and he said they’re not doing the AB5K desklet demo anymore. Sad to hear, I was hoping they would showcase it during one of the general sessions, specially when James Gosling was [...]
Filed under: Java on May 7th, 2007 | No Comments »
Well, technically today is “CommunityOne“. Got here late last night, and the conference started today at 10:00am. The first general session is discussion between Tim O’Reilly, Rich Green, Ian Murdock and Tim Bray. I got a bit late, but it’s a general discussion with some questions posted via email … nothing very technical at all. [...]
Filed under: Java on May 7th, 2007 | No Comments »
Today’s code blooper involves a Java object that cannot be instantiated in Java.
I was helping somebody unit test some code and we kept getting a null pointer exception on the constructor. First of all, the object in question had overly complicated constructors. Imagine something like this.
public FruitBasket(){
// Does nothing [...]
Filed under: Code Bloopers on May 4th, 2007 | No Comments »