-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Frank Delporte
committed
Mar 8, 2024
1 parent
5748b7e
commit f4ad243
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## Applications | ||
|
||
* [**Patrik Karlström** announced the release of Mapollage 3.0.0](https://twitter.com/PatrikKarlstrom/status/1762215364845244834): "3 yrs later, on the very day! The KML generator of geotagged images for GoogleEarth. This is a major rewrite of the UI, combining NetBeans Platform and JavaFX." [Sources and downloads are available on GitHub](https://github.com/trixon/mapollage/releases/tag/v3.0.0). | ||
* [**Matt Coley** shared a video](https://twitter.com/DystopianSnow/status/1765818296803160313): "Re-creating Intellij's "Search Everywhere" panel in Recaf 4X". | ||
|
||
## Conferences | ||
|
||
* [**Wolfgang Weigend** shared some pictures of the JFX Adopters Meeting](https://twitter.com/wolflook/status/1765356417760760283): "Thanks a lot for attending my session about JavaFX technology at Zeiss Meditec in Munich." | ||
* If you attend [DEVNEXUS (Apr 9-11, 2024, Atlanta, GA)](https://twitter.com/devnexus), make sure to attend this talk: [Java, JavaFX, and Life on Jupiter’s Europa](https://devnexus.com/presentations/java-javafx-and-life-on-jupiter-s-europa/): "To achieve this, we created an infrastructure in Java that allows us to responsively render and interact with maps and space views by combining JavaFX and AWT in a multi-threaded approach. This approach has been extremely successful, and now supports missions outside of Europa Clipper, analyzing spacecraft and data around Saturn, Venus, the Moon, and all the way back to Earth." | ||
|
||
## Tutorials | ||
|
||
* The JavaFX standard library doesn't provide a number-only input field. But with [this short snippet](https://codestore.cloud/public-snippets/c352ebe8-0045-acef-b59a-22efa873dc12), provided by [**Franz Deschler**](https://twitter.com/FranzDeschler/status/1761707840970904014), you can create your own component, that limits the possible input characters to only numbers. | ||
|
||
## Miscellaneous | ||
|
||
* [**Steve Hannah**](https://twitter.com/shannah78/status/1764028712943751539) published a post: ["jDeploy vs jpackage - When does it make sense to distribute your Java desktop app with jDeploy vs jpackage"](https://jdeploy.substack.com/p/jdeploy-vs-jpackage) | ||
|
||
* **Bazlur Rahman** [created a Mandelbrot fractal using JavaFX](https://www.linkedin.com/pulse/fractal-journeys-javafx-exploration-a-n-m-bazlur-rahman-rfkjc/) with the help of Gemini LLM. The [code is available here](https://github.com/rokon12/Mandelbrot). | ||
* A [shout-out from **Sean Phillips**](https://twitter.com/SeanMiPhillips/status/1764341506725286256) to [**Geertjan Wielenga**](https://twitter.com/GeertjanW): "...for investing so much of his personal time providing many helpful articles over the years." in a reaction to a [Tweet by **CJ**](https://twitter.com/jaimin_chovatia/status/1763977378030661739): "...due to my curiosity in desktop app development, I learned JavaFX to some extent and utilized NetBeans to create applications back in 2018-19". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters