加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
introduction.html 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
José Pereda 提交于 2021-01-13 09:48 . Update openjfx-docs (#180)
<h2>Introduction</h2>
<p>
JavaFX allows you to create Java applications with a modern,
hardware-accelerated user interface that is highly portable.
</p>
<p>
There is <a href="https://docs.oracle.com/javase/8/javase-clienttechnologies.htm">detailed reference
documentation for JavaFX</a>, and this short tutorial will show you how to write a JavaFX <span class="JFX_MAJOR">11</span>
application.
</p>
<p>
For information on how to run JavaFX applications on mobile platforms, please see
<a target="_blank" href="https://docs.gluonhq.com/#_getting_started">Getting Started with Gluon Mobile</a>.
</p>
<p>
For information on Long Term Support (LTS) for JavaFX 11, please see
<a target="_blank" href="https://gluonhq.com/services/javafx-support/">JavaFX Long Term Support options</a>.
</p>
<p>
JavaFX builds on top of JDK and is a standalone component. There are 2 different options for
developing JavaFX applications:
</p>
<ul>
<li>Use the <a target="_blank" href="https://gluonhq.com/products/javafx/">JavaFX SDK</a> (choosing between 11 LTS, latest release <span class="JFX_VERSION">15</span> or an early access build).</li>
<li>Use a build system (e.g. maven/gradle) to download the required modules from Maven Central (choosing as well between the same mentioned versions).</li>
</ul>
<p>
In any case, for both options, it is required to have a recent version of JDK <span class="JDK_MAJOR">11</span>, or at least JDK 11.
</p>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化