Posted by: Simon Brocklehurst on: February 22, 2009
I’ve been playing around figuring out what it will take to build mobile phone apps with compelling GUIs using JavaFX; including creating custom controls like the unlock slider idea, shown above, borrowed from the iPhone. If you launch the demo, and unlock the “phone”, you’ll discover some “top secret” info! That is, the identities of the very first JavaFX Mobile handsets that you’ll be able to get your hands on
Herewith, some notes on my thoughts so far, with reference to the demo above.
The bottom line of my thoughts so far is – it’s going to be pretty easy to create apps with gorgeous UIs using JavaFX Mobile. However, you do have to keep a close eye on the documentation to understand what’s going to work, and what’s not. Even looking to see if something is in the JavaFX common profile may not be enough in some cases – as I found with the “clip” effect above. Rendering text could turn out to be a headache – and will need further experiments to see if the rendering challenges can be solved in elegant way.
Overall, I think the possiblities that JavaFX offers for mobile software development are pretty exciting…
[...] iJavaFX Mobile Posted February 22, 2009 [...]
Simon,
Re: your centered text problem on the Mac. Are you accounting for minY when centering?
translateY: bind (shape.height – text.layoutBounds.height) / 2 – text.layoutBounds.minY
Text on a Mac often has a non-zero minY.
Dean
Hello,
I m new to JavaFX and wanting to learn this language. Exploring through the web pages I found your application and I think it is wonderful. Could you post the source code and guide me how to learn JavaFX application building.
how do you lock it again? =D
There some more website offering unlocking solutions in cheapest price
check our unlockuriphone.com
Hi there!
I’m also developing an mobile app, and I really need to use the clip attribute, for clipping out a VBox.
But I’m afraid I can’t get it to work…
Could you please explain how you did the text clipping in your version?
Thanks,
Ramin
Hi,
I Cant load the demo. I get the following problem:
com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://dl.javafx.com/javafx-rt__V1.1.1.jar
2 | Guy Mac
February 25, 2009 at 3:32 am
Is this s’possed to work on Linux? It doesn’t load….