TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

JavaFX 19

85 点作者 obdev超过 2 年前

13 条评论

capableweb超过 2 年前
Would be really awesome if JavaFX could work together with GraalVM and Clojure. Then I&#x27;d be in &quot;desktop application development&quot; nirvana, when I can ship binaries to all platforms and build the application itself with cljfx (<a href="https:&#x2F;&#x2F;github.com&#x2F;cljfx&#x2F;cljfx" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cljfx&#x2F;cljfx</a>).<p>Once every ~6 months for the last 2 years or something I&#x27;ve given it a try but there is always something broken or missing. Not sure what the status is right now.
评论 #32836210 未加载
评论 #32836236 未加载
评论 #32836050 未加载
评论 #32836023 未加载
评论 #32836104 未加载
hackarama超过 2 年前
Setting up the JavaFX development environment for anything post-JDK8 was incredibly difficult. I was recently tasked with creating an internal GUI application and re-visited JavaFX development after a few years&#x27; absence from the space.<p>I have to say, IntelliJ has come a long way. I was able to create a new JavaFX project from template and the magic green &quot;Run&quot; button worked out of the box. If you&#x27;ve previously been off-put by the difficulty in getting up and running with JavaFX, it&#x27;s worth it to take another look since some of the improvements by IntelliJ. It feels a lot like the JDK8 days.
评论 #32836953 未加载
评论 #32836826 未加载
评论 #32843997 未加载
ephaeton超过 2 年前
How long can you keep the term &#x27;next generation&#x27; on your homepage and not trigger ridicule? Given the project is over a decade old, you gotta wonder what it considers &#x27;current generation&#x27;.
评论 #32836487 未加载
Dig1t超过 2 年前
I&#x27;ve had an interest in using JavaFX multiple times for several projects over the years, it looks great, you get you use Java, and you can ship on all the platforms. I think the biggest problem I&#x27;ve had with it in the past is getting development up and running using a standard IDE like IntelliJ. Setting up JavaFX is confusing for beginners. There aren&#x27;t a lot of great tutorials out there and the versions are especially confusing.<p>Which version of Java should I have installed? Which version of JavaFX should I have? How do I get them both installed and working nicely inside of my preferred development environment? I&#x27;m not saying it&#x27;s very difficult, but there is a lack of easy material for beginners looking to start coding. Or at least there was the last time I tried to use it for a project.
评论 #32836110 未加载
maxpert超过 2 年前
I’ve seen a lot of movement in FX lately but lesser and lesser desktop apps coming out for Java specifically after electron apps picked up. Who here plans to use Java for their next consumer desktop app?
评论 #32836282 未加载
评论 #32836783 未加载
评论 #32837115 未加载
评论 #32838176 未加载
评论 #32838744 未加载
vlaaad超过 2 年前
Found release notes: <a href="https:&#x2F;&#x2F;gluonhq.com&#x2F;products&#x2F;javafx&#x2F;openjfx-19-release-notes&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gluonhq.com&#x2F;products&#x2F;javafx&#x2F;openjfx-19-release-notes...</a><p>Mostly bugfixes.
towawy超过 2 年前
So this makes me wonder: how common is desktop app development with Java these days? I imagine there is still a lot done for internal app, but is it still viable to ship Java apps to end users? How you handle JRE distribution in that case?<p>Anyway also wanna shout out Dear ImGui[0]. I&#x27;ve been using it recently to build an interactive UI to quite complicated networking code. So far it been great for manual testing and demos, and it&#x27;s fairly low maintenance once running.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;SpaiR&#x2F;imgui-java" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;SpaiR&#x2F;imgui-java</a>
评论 #32837062 未加载
评论 #32837457 未加载
评论 #32836692 未加载
kaeruct超过 2 年前
I cannot find anything regarding JavaFX 19 in the current link<p>Shouldn&#x27;t the link be <a href="https:&#x2F;&#x2F;openjfx.io&#x2F;highlights&#x2F;19&#x2F;" rel="nofollow">https:&#x2F;&#x2F;openjfx.io&#x2F;highlights&#x2F;19&#x2F;</a> ?
whartung超过 2 年前
My biggest question today, since it&#x27;s &quot;java day&quot; (jakarta, FX, and NetBeans stories today), is where do folks &quot;talk&quot; about this today.<p>Conversations, musings, etc.<p>SO is limited by their Q&amp;A structure. Most of the mailing lists I&#x27;ve subscribed to are dead. I don&#x27;t do Reddit, but even there &#x2F;r&#x2F;java doesn&#x27;t quite seem right.<p>I just don&#x27;t know which bar the java geeks hang out in nowadays.<p>I&#x27;d really like to just &quot;talk&quot; Java FX with some folks somewhere.
评论 #32844315 未加载
ho_schi超过 2 年前
I&#x27;m not found about AWT, Swing and JavaFX. Including a UI-Toolkit within the base-library of a programming language seems like a mistake. It doesn&#x27;t integrate well. It is not usable for other programming languages. And support for font-rendering, acceleration, HighDPI or Wayland is problematic. I&#x27;ve to maintain a small Swing based application and I don&#x27;t appreciate it.
评论 #32852188 未加载
评论 #32837146 未加载
kleiba超过 2 年前
So, I click on &quot;Documentation&quot; in the top menu, then on &quot;API Documentation&quot; under reference documentation, and I get a 404?
评论 #32836232 未加载
ianpurton超过 2 年前
There&#x27;s a quicker intro here to get a flavour of JavaFX <a href="https:&#x2F;&#x2F;www.vojtechruzicka.com&#x2F;javafx-fxml-scene-builder&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.vojtechruzicka.com&#x2F;javafx-fxml-scene-builder&#x2F;</a>
exabrial超过 2 年前
Does javafx have any CDI integration for event handling or window management? That’d be the holy grail for me.
评论 #32844032 未加载