🌈Andrea Vacondio 🌈
banner
torakiki.bsky.social
🌈Andrea Vacondio 🌈
@torakiki.bsky.social
Java enthusiast. Creator of PDFsam.
Every time you run mvn with -DskipTests a fairy dies
I've always been a bit skeptical about adding external themes, afraid of losing control of details but I'm testing it after I saw your post and wow, it indeed looks very professional and clean.... and delegating most of the css headaches seems like a major bonus
February 20, 2025 at 9:42 AM
I was looking at Spirit Island just the other day
February 18, 2025 at 8:01 AM
I added a subkey and signed with that. It's published on the ubuntu keyserver keyserver.ubuntu.com/pks/lookup?s... .. is that what you mean with publishing the info?
Search results for '0x1C144474400E1619'
keyserver.ubuntu.com
January 25, 2025 at 12:27 PM
The thread seamed to be about the struggle and complication to even set up a #JavaFX project.. I wanted to point out that it's not that complicated, it's a dep in the pom and yes, a JPMS module-info
December 6, 2024 at 8:45 AM
Nope, that's needed by JPMS so I guess yes, if by "mess around with modules" you mean that you need the module-info then yes, you need the dep in the pom and the module info
December 6, 2024 at 8:43 AM
What do you mean by mess around with java modules? You don't need to download jmods or sdk, just add the dep in your pom. Here github.com/torakiki/del... if you open it and run it in your Intellij it should just work, no modules or SDK to set up.
GitHub - torakiki/deleteme
Contribute to torakiki/deleteme development by creating an account on GitHub.
github.com
December 6, 2024 at 8:22 AM
You add the #JavaFX dependencies to your pom like any other dependency... and that's it. It's been a while since I set up a project from scratch but that should be enough as far as I recall.
December 6, 2024 at 7:43 AM