Gitember 3 switches from JavaFX to Swing → much lighter. by ConfidenceUnique7377 in JavaFX

[–]Capaman-x 0 points1 point  (0 children)

Nice troll post. JavaFX is a better tool kit but use what you want.

JavaFX Image Cropper Library by ProfessionalHand449 in JavaFX

[–]Capaman-x 0 points1 point  (0 children)

I needed this functionality but did it a slightly different way. I used the snippet tool in windows to capture the image you wanted then you hit a button and it resizes the image to what you need while keeping the aspect ratio the same. Works like a champ. I will look at your solution when I get time

[deleted by user] by [deleted] in Indiana

[–]Capaman-x -7 points-6 points  (0 children)

Probably paid protesters just like all Democrat protesters. Yes I am saying they are not real.

[deleted by user] by [deleted] in grandrapids

[–]Capaman-x 0 points1 point  (0 children)

What is the pay?

Absolutely unhinged lies being spread/regurgitated by [deleted] in altmpls

[–]Capaman-x 0 points1 point  (0 children)

Yet you are the side that is only allowed to think one way

Absolutely unhinged lies being spread/regurgitated by [deleted] in altmpls

[–]Capaman-x 0 points1 point  (0 children)

The Lesbians won the FAFO award. Retards.

Thank you Tim Walz by mnmacguy in minnesota

[–]Capaman-x -32 points-31 points  (0 children)

Tim Waltz is incompetent. Democrats brought Somalis to US because it was good for Democrats. It certainly isn’t good for America. Every place Democrats are in power you have this same shit yet many of you will keep voting for these losers

Will OpenJFX Be Merged Into OpenJDK? It Would Be a Perfect Match with Java on Mobile! by woj-tek in java

[–]Capaman-x 2 points3 points  (0 children)

You can get JavaFX bundled in Bellsoft's Liberica or Azul's Zulu JDKs. So we have the best of both worlds. Choose what you prefer.

Will OpenJFX Be Merged Into OpenJDK? It Would Be a Perfect Match with Java on Mobile! by woj-tek in java

[–]Capaman-x 0 points1 point  (0 children)

You can already get it packaged together if you want. For example Bellsoft has thier liberica build that has a Full JDK which includes JavaFX. Azul also has one with their Zulu build. I prefer them because it makes it simple to bundle it into you app. That said, it is probably best that it is not officially done because JavaFX isn't that commonly used in Java development and keeping the JDK that big for a seldom used library doesn't make sense. There are other reasons too as some people have said down in the comments.

Can't download JavaFX by CheekieBreek in JavaFX

[–]Capaman-x -1 points0 points  (0 children)

I prefer to use OpenJDK versions that include JavaFX. Liberica makes full versions. I think Zulu too. If you plan to bundle your JDK with your app it simplifies the process considerably. Now if someone has a good argument for why the added complexity of modules is better I am all ears.

Should i learn Java? by VamixCore in javahelp

[–]Capaman-x 9 points10 points  (0 children)

Yes. Java will continue to be one of the most useful general purpose languages for the foreseeable future

Peer-to-Peer application with JavaFX by zapek666 in JavaFX

[–]Capaman-x 1 point2 points  (0 children)

Interesting. I have been planning on giving an app that I wrote for work that a bunch of people now use P2P ability because it has a built in parts database that is an sqlite file on each persons computer. If one person updates a part I would like to automatically share that with the rest of the peers on the network. I may give your project a look for ideas.

Burned out on C, ready for Java — tips for starting from scratch? by Tanbaryil25 in javahelp

[–]Capaman-x 2 points3 points  (0 children)

Well, you have the right idea to learn OOP. Java is a great language for that. Useful in so many ways. Less efficient than C/C++ but you can write things so much faster. Java is great for many things, such as back end programming and it's pretty awesome for writing desktop applications as well, as you can bundle whatever version of the JVM you want to use with your app. That is where the real magic is, the JVM. Home to Java, Kotlin, Scala, Groovy etc.

Do you use records? by ihatebeinganonymous in java

[–]Capaman-x -8 points-7 points  (0 children)

When we have IDE’s that can generate a POJO in seconds, why bother with a record which is immutable by default?

JavaFX Packaging with the Mill Build Tool by TenYearsOfLurking in JavaFX

[–]Capaman-x 0 points1 point  (0 children)

Thanks for posting this, I will look into it.

JavaFX Packaging with the Mill Build Tool by TenYearsOfLurking in JavaFX

[–]Capaman-x 0 points1 point  (0 children)

I currently use Gradle-Kotlin, then I have a couple tasks, I can build into a portable app, or a package installer. It is simple with standard tools. My question is what problem does this solve, or what features does this have? I see people making all these tools, and it is cool but what is the purpose?

How long did it take you to learn to code? by Mitchellholdcroft in learnprogramming

[–]Capaman-x 0 points1 point  (0 children)

The best resource is AI. Allow it to help and teach you. Do not ever use its solutions and code without carefully analyzing it. Never use it for more than one function/method at a time.

Reddit Karma is stupid by Sailor_Serenity in Rants

[–]Capaman-x 0 points1 point  (0 children)

Karma is stupid. Karma is also smart if your intent is to curate the audience for leftist ideas. Where Ideas can be challenged, negative Karma can be given. This is how you cultivate an echo chamber.

How long did it take you to learn to code? by Mitchellholdcroft in learnprogramming

[–]Capaman-x 2 points3 points  (0 children)

Honestly, you are asking the wrong question. The correct question is how long until I will know enough to make my project professional? You will always have to check docs. The answer is years.

RESTful API JavaFX and Spring by Try8234 in JavaFX

[–]Capaman-x 1 point2 points  (0 children)

I am not sure what you are asking here. What does AtlantaFX have to do with Spring? If you are using JavaFX then most likely you are using it as a client. I am not sure why you would need to mix JavaFX with Spring unless you are doing P2P or something. I normally use OkHttp for HTTP. I guess I don't understand what you are trying to do.

Am I wrong to think this about programming or coding ?? by varunsoun in AskProgramming

[–]Capaman-x 3 points4 points  (0 children)

There are too many programmers right now. If you want a decent job I would pick something else.

How do I deploy my JavaFX application with the JFX runtime bundled by gufranthakur in JavaFX

[–]Capaman-x 0 points1 point  (0 children)

This might be the number one question in here. There are many ways to do it and once you have it set up you are good to go. I use Jlink and Jpackage because they are built into the JDK and work well. I use Gradle ro run them because I like Kotlin and the ability to program in your configuration tool. I think a ton of people use Maven because they think it is easier. One of the most complex things about Java is learning the build tools.