#javafx kết quả tìm kiếm
14 years ago, I wrote basic code to produce balanced soccer teams based on players' ratings. Today, in less than 6 hours, I now have upgraded to #Java21, and added comprehensive CLI with @GraalVM native, and a #JavaFX desktop app. github.com/brunoborges/te…




We've just released version 2025.3.1! #JPro now supports #JavaFX 25 & #Java 25 and #Gradle 9. The JPro Loadbalancer is now released together with the runtime, and we've made a lot of changes under the hood. Read more here: jpro.one/docs/jpro-weba…

Someone on Reddit shared screenshots of their #Java desktop applications. #JavaFX in practice. reddit.com/r/java/s/qk0fe…


We recently added API docs for the JavaFX components by DLSC, e.g. for PDF viewing, form-based UIs, preferences, picker controls and more. These controls are frequent and crucial building blocks of advanced JavaFX applications. Links in the comments. #javafx #java #jdk #javadoc

I made it, I made it Successfully use #vulkan to create a triangle and then export to the #javafx writable image to display it. souce code: github.com/chengenzhao/ja…

Don’t miss Sven Reimers’ session at #Devoxx Belgium! See how #JTaccuino, a pure #JavaFX notebook integrates with Deep Netts to bring AI and neural networks directly into Java. 📍 Monday, Oct 6 | 16:50–17:20 | Room 9 💡 Java Adventures — JTaccuino, Java 25 and AI #Java #AI

The #JavaFX 22 platform preferences API in action. You can now query and observe the system color schemes.
Dear #java #javafx experts do you know how I can plot a graph like the following one? The line chart is fine, the thing is the colourful area ones Thank you very much.

☕️☕️🥳🥳🎂🎂🥳🥳☕️☕️ Happy birthday @FrankDelporte ☕️☕️🥳🥳🎂🎂🥳🥳☕️☕️ Thx for continuing to breathe innovative energy into #Java and #JavaFX! The dev community appreciates it! I appreciate it! Enjoy your cake day!

☕️☕️🥳🥳🎂🎂🥳🥳☕️☕️ Happy birthday @carldea ☕️☕️🥳🥳🎂🎂🥳🥳☕️☕️ The #Java community is grateful for all your contributions including to #JavaFX. Thx for keeping it burning bright! Enjoy your cake day!

#Datacollie To display and modify text-type fields, I have added a Value editor to display and edit these fields. #JavaFX #buildinpublic #indiehacker



WEBSWING MODERNISATION FRAMEWORK Made Simple! Save costs, minimise risks and modernise your instantly with Webswing. Transform your Java desktop applications without the hassle of a full rewrite! Learn more at webswing.org/en/webswing-mo… #java #swing #javafx #eclipse #swt #netbeans

Testing JavaFX can be tricky, but most issues come from avoidable mistakes👀Learn the top pitfalls, why they happen, and how to fix them. 🛠️ dzone.com/articles/top-j… #JavaFX #Testing #Java #QA #Futurama
...#JavaFX graphics library. Then you’ll build increasingly sophisticated apps to practice what you’ve learned while tackling challenges from math and science to algorithms and optimization.
We're blogging from DEVOXX in Belgium. Join us and follow the conference progress. You can follow our presence for more information here webswing.org/en/blog/meet-u… #java #swing #javafx #eclipse #swt #netbeans #webswing #LegacyModernisation #JavaApps #technology #programming #app

Don’t miss Sven Reimers’ session at #Devoxx Belgium! See how #JTaccuino, a pure #JavaFX notebook integrates with Deep Netts to bring AI and neural networks directly into Java. 📍 Monday, Oct 6 | 16:50–17:20 | Room 9 💡 Java Adventures — JTaccuino, Java 25 and AI #Java #AI

14 years ago, I wrote basic code to produce balanced soccer teams based on players' ratings. Today, in less than 6 hours, I now have upgraded to #Java21, and added comprehensive CLI with @GraalVM native, and a #JavaFX desktop app. github.com/brunoborges/te…




Someone on Reddit shared screenshots of their #Java desktop applications. #JavaFX in practice. reddit.com/r/java/s/qk0fe…

FXGL seems like works pretty well with AtlantaFX We create a theme based on the themes provided by AtlantaFX and migrate our UI to this dark theme. #javafx #fxgl #atlantafx



API documentation of the new JavaFX 25 release is now available on APIdia! This includes the incubating modules, however they are hidden by default. See comments for link and instructions. #javafx #javafx25 #java #java25 #javadoc #apidia

Made some extra functions of #javafx and #fxgl and #atlantafx e.g. reduce function of binding, multiple game scenes supports and navigation of it, enhanced animations, self-made theme All in the xutility project and my game Xtrike is created based on it Should I open source it?




This is all it takes to run a GUI (ScalaFX) application in #Scala : 1. This file 2. Run the command 'scala-cli run Main.scala' #programming #javafx

TIL that #JavaFX CSS allows you to effectively create borders just with the background color/insets property (pic) Previously I would add a border, but that would change the component size, so I'd have to also change the padding size to accommodate. With this I don't need to 🥳

LiquidFillGauge and dark theme Window background. LiquidFillGauge's color scheme is unchanged. #JavaFX

We've just released version 2025.3.1! #JPro now supports #JavaFX 25 & #Java 25 and #Gradle 9. The JPro Loadbalancer is now released together with the runtime, and we've made a lot of changes under the hood. Read more here: jpro.one/docs/jpro-weba…

Referring to the implementation of AnimatedTexture in #fxgl, we could animate many #javafx components, such as Region (set Shape which includes SVGPath), Canvas (bitmap) and SubScene (3D model)


#DataCollie 日拱一卒 今晚的工作卓有成效,有个 #JavaFX TableView的滚动条在某些临界条件下会导致表格数据重绘引起数据显示抖动和错乱的BUG折腾我1个多月了,一直如鲠在喉。今晚居然一行代码就解决了,擦!#buildinpublic #indiedev

RNArtist has been updated, mainly to run on Windows. Releases 1.0.8 and 1.0.9 are available (just restart RNArtist). 1.0.9 will just increase the maximum memory to be used (needed for Windows) #javafx #java #bioinformatics #RNA #visualization

The first official release is close. Working on a help mode inside RNArtist. When activated, a window like this one is displayed after a mouse click on a graphical elements to explain its goal. #bioinformatics #RNA #javafx #kotlin #visualization #java

#Datacollie 今晚撸串回来又完善了一下Value Editor,实现了两个功能:1. 增加了Format按钮对XML和JSON进行格式化;2.增加了Soft-Wrap按钮,缺省对文本越界进行逻辑换行。#JavaFX #buildinginpublic #indiehacker

Something went wrong.
Something went wrong.
United States Trends
- 1. #BornOfStarlightHeeseung 24.4K posts
- 2. Happy Birthday Charlie 75.3K posts
- 3. #tuesdayvibe 4,441 posts
- 4. #csm217 N/A
- 5. Alex Jones 17K posts
- 6. Sandy Hook 4,138 posts
- 7. Pentagon 81.2K posts
- 8. Good Tuesday 36.8K posts
- 9. #PortfolioDay 4,330 posts
- 10. #NationalDessertDay N/A
- 11. Monad 201K posts
- 12. Dissidia 7,887 posts
- 13. Shilo 2,869 posts
- 14. Victory Tuesday 1,265 posts
- 15. Happy Heavenly 11.1K posts
- 16. Happy 32nd 12K posts
- 17. Time Magazine 21.8K posts
- 18. Janet Mills 2,295 posts
- 19. $MON 16.7K posts
- 20. Larry Fink 6,616 posts