FX Experience Has Gone Read-Only
I've been maintaining FX Experience for a really long time now, and I love hearing from people who enjoy my weekly links roundup. One thing I've noticed recently is that maintaining two sites (FX Experience and JonathanGiles.net) takes more time than ideal, and splits the audience up. Therefore, FX Experience will become read-only for new blog posts, but weekly posts will continue to be published on JonathanGiles.net. If you follow @FXExperience on Twitter, I suggest you also follow @JonathanGiles. This is not the end - just a consolidation of my online presence to make my life a little easier!
tl;dr: Follow me on Twitter and check for the latest news on JonathanGiles.net.
by Jonathan Giles | Jul 7, 2018 | Links
It’s been a stupendously long time since the last ‘weekly’ roundup, and for that I apologise profusely! I’ve been caught up doing a heap of travelling, getting sick, more travelling, and then trying to fit some work around the edges. Not to mention, I’m also trying to contribute a chapter on JavaFX UI controls to an upcoming JavaFX book. The end result of all of this is excuses and inability to do everything I try to obligate myself to do. On the upside, I’m a Java Champion now – that’s pretty cool, right? 🙂
Whilst I’ve been away I have been doing my best to track the Java desktop landscape, and so I have a lot of links to share today. I will be brief as I am writing this on a Sunday morning 🙂
- As always, Gerrit Grunwald has been super busy. I have no less than seven links to share! Firstly, Gerrit has created some iOS-style controls for JavaFX (useful if used in conjunction with Gluon Mobile, for example), and this code is available on GitHub.
- Gerrit has also been working on a bunch of improvements for TilesFX, his dashboard control for showing overview tiles to users. He has created a new ‘status’ skin, a bunch of other updates (e.g. background images) and bug fixes, some new colour schemes, a new release of TilesFX, and a YouTube video showing some new work on gradient interpolation in a bar gauge.
- Johan Vos has posted to the openjfx-dev mailing list about getting JavaFX 11 snapshots into maven sonatype. This is a great step for JavaFX, as it means that it can be developed at a fast pace and released directly to maven, where it can be added as a dependency in your applications – no longer are you tied to JDK releases.
- Speaking of deployment of applications, Florian Brunner has blogged about ‘the next generation of Java application deployments‘.
- Pedro DV has two posts about his JMetro project (to skin JavaFX UI controls to look like metro controls in Windows). Firstly, he has a recap and a new version announcement, and secondly he has a post about a metro style for the JavaFX TableView control.
- Thomas Nield has open sourced DirtyFX, a library for dirty state-tracking properties and collections for JavaFX.
- JavaFX Days is coming up in December. It’s a three-day conference in Zurich, Switzerland where you can learn all about JavaFX stuff!
by Jonathan Giles | May 27, 2018 | Links
A quiet week this week, which is fine for me as I get over a lingering flu. Enjoy! 🙂
by Jonathan Giles | May 20, 2018 | Links
Hi all. Sorry for the radio silence – I’ve been travelling for the last two weeks and it is hard to find the time to put into blogging. Here’s a recap of the links I found over the past few weeks – and apologies in advance to those of you whose posts I have missed. Please email me and I will be sure to include it next week.
by Jonathan Giles | Apr 22, 2018 | Links
A quiet week this week:
- Carl Walker has written about replacing views in a TornadoFX application.
- Jordan Martinez let me know that RichTextFX 0.9.0 was released recently. A few new notable features include the ability to change multiple portions of the document in one update call and display multiple custom carets and selections. See the projects changelog for more details.
by Jonathan Giles | Apr 15, 2018 | Links
A quiet week this week.
by Jonathan Giles | Apr 8, 2018 | Links
A heap of links – enjoy! 🙂
- CheerpJ 1.0 has been released, a “Java-to-JavaScript solution to automatically convert any Java application to an HTML5 web app.” CheerpJ is a commercial library with free licenses for non-commercial use. I tried the Swing Demo page but found it to be quite slow and I ran into errors (e.g the text field demo recorded two key inputs for every key press I actually did, and there were a number of odd visual glitches / lagginess).
- Slightly related, JPro have also announced their JavaFX-in-the-browser release. Unlike CheerpJ, I believe JPro works by having the application run on the server, and sends across SVG details to be rendered on the client. This places more burden on the server-side, and also results in some important restrictions (no FX event thread blocking for dialogs, etc, no statics in your app (because they will be shared among all users and clobbered or read in by different users), no additional stages can be created, etc). JPro host an array of demos running on their server if you’re interested.
- Johan Vos has blogged about creating a shell for prototyping scientific Java applications.
- Dirk Lemmermann has worked with a student team to create PreferencesFX. PreferencesFX “enables the developer to create preference dialogs with ease and creates well-designed and user-friendly preference dialogs by default.”
- Christoph Nahr has two posts this week. Firstly, a post about JavaFX being decoupled from Java SE 11. Secondly, a post on 3DViewer – viewing 3D objects in JavaFX.
- Mike Hearn has posted about building the React TicTacToe tutorial app in Kotlin/JavaFX.
- Jeff Martin has updated SnapKit Builder recently.
- GOXR3PLUS STUDIO have emailed me to say that they have “created a Chromium Browser in JavaFX and added it to XR3Player“. I was also informed about FX-BorderlessScene, an “undecorated JavaFX Scene with implemented move, resize, minimise, maximise, close and Windows Aero Snap controls.”
- Speaking of undecorated stages, Oshan Mendis has also created a library for doing this.