JavaFX in the wild?

蹲街弑〆低调 提交于 2019-12-03 22:41:35

Found here quite an interesting stories. Top two listed below.

I think the best example of what JavaFX can do is in the examples on JavaFX.com.

However, it's still early in the JavaFX days thus you will be in pioneer days. Which means there are potential rich rewards to be had, but also - many unknowns.

What I think JavaFX "sweet-spots" are:

1 - If you either have Photoshop skills or are collaborating with someone who is - JavaFX provides the only real platform that lets you take Photoshop and generate a UI. Normally you mock-up in Photoshop and try your best to replicate, JavaFX can leverage it natively.

2 - You get all of the goodies from Java libraries "for free".

3 - Can leverage the UI skills to mobile (those that JavaFX will run on anyway).

However, if you are just wanting to have a Java GUI but would rather wait for more polish on JavaFX - I would recommend grabbing MigLayout & go with Swing on Java 6u10 or later.

There are a few JavaFX apps from the JavaFX Coding Challenge; my personal favorite is Music Explorer FX.

The new version of Indaba Music's software was written in JavaFX; the old version was in Flash.

In my personal opinion I would not use JavaFX for web. Simply because HTML5 is crushing everyone in sight. Now, I totally recomend the use of JavaFX for desktop applications.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!