I created a website dedicated to #GemsFX, my primary open source project for #JavaFX custom controls. You can find it at gemsfx.dlsc.com. #ui #ux #java #javafx
Did some more evaluation of GitHub Copilot CLI today and built a nice launcher app for my #GemsFX open source project. The productivity I get out of this surpassed all my expectations. #javafx #java #ui #ux @brunoborges.bsky.social
Version 3.10.0 of #GemsFX is out now and available on Maven Central. It contains a new feature for the InfoCenterPane allowing you to specify where to show notifications (upper left, upper right, etc...). #javafx #java #ui #ux
Release 3.9.0 of #GemsFX is out now and published on Maven Central. github.com/dlsc-softwar... #javafx #java #ui #ux
I revisited the PopOver control that I wrote years ago. I noticed that the clipping wasn't working perfectly and that the placement logic had issues (to say the least), which caused the popover arrow to point at the wrong location. It's all fixed now and will be in the next #GemsFX release. #javafx
Just finished putting a "Mail App Demo" together for #GemsFX. It shows how you can leverage the "TagsField" to implement the email address lookup in a user-friendly way. #java #javafx #ui #ux github.com/dlsc-softwar...
Release 3.8.3 of #GemsFX is out. It contains a couple of bug fixes and new capabilities for the SessionManager (used to persist observable values into the preferences store). #javafx #java #ui #ux github.com/dlsc-softwar...
I have added a new "StretchingTilePane" container to #GemsFX 3.6.1 so that I can finally create a nice responsive tile-based layout for the module selection view of our CRM solution. The default #JavaFX TilePane does not fill the available width. #java #ui #ux
This is a real-world example of the SegmentedBar control being used. Our app is using it as part of the "debt collection" user interface. It shows how many bills haven't been paid, how many have started the collection process, etc... #gemsfx #javafx #ui #ux #java
I have added an updated and improved version of the SegmentedBar control to #GemsFX. Will be released today in version 3.6.0. #javafx #java #ui #ux
Making more and more progress in #GemsFX regarding support for the #AtlantaFX theming. #javafx
I am adding support for #AtlantaFX to #GemsFX. It is so much easier to use than the default Modena stylesheet and the result looks very polished / professional. Using AtlantaFX will automatically give us half a dozen themes to use with our applications. github.com/mkpaz/atlant... #javafx #ui #ux
We have added a nice new control called SelectionBox to #GemsFX. Highly configurable and compatible to the default Modena look and feel. #JavaFX github.com/dlsc-softwar...
Paging controls view of GemsFX
Getting a kick out of styling the PagingControls view in #GemsFX. Reusing CSS styles by Jasper Potts (fxexperience.com/2011/12/styl...). #javafx #ui #ux #java