Re: JavaFX GUI and mobile devices
| Newsgroups | gmane.comp.java.sun.kvm |
|---|---|
| Message-ID | <26954268.281211193301573245.JavaMail.tomcat@sdcst12.sjc.collab.net> |
Hi, Java FX Script on mobile is not quite where you need it yet. Currently, FX Script is executed by an FX Script interpreter which requires Java SE 1.6 and Java 2D as a platform (see openjfx.dev.java.net). This is too big a stack for most mobile platforms to handle. What is needed for mobile devices is an efficient FX Script compiler with more moderate platform requirements such as only requiring Java 1.4 or 1.5 and a streamlined 2D graphics engine. Sun is working on this but there is nothing yet available for public consumption yet. In the meantime you might want to look at creating your application or GUI with SGV and JSR 226 which is much more widely available. -- Terrence [Message sent by forum member 'terrencebarr' (terrencebarr)] http://forums.java.net/jive/thread.jspa?messageID=242046 =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff KVM-INTEREST". For general help, send email to [email protected] and include in the body of the message "help".