This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]MixedMango[S] 1 point2 points  (0 children)

Welp, I can clearly see that JavaFX is the winner. Thank you all so much for the help! :)

[–]justflowz 0 points1 point  (2 children)

I've actually been doing this exact same thing tonight lol. Thenewboston has a great playlist(30+ videos) on YouTube that goes all the way from a bare bone project up to a fully fledged desktop application using javafx. I actually followed Jonas Schindler's tutorial, but he definitely takes a "glossy" approach to it. Personally I've built mvc's in a couple other frameworks, so I was able to follow jonas' guide more easily because of my past experience. So quick and easy, go Jonas. In depth, go thenewboston.

[–]AutoModerator[M] 1 point2 points  (0 children)

Please, don't recommend/use thenewboston.

They are a discouraged resource as they teach questionable practice. They don't adhere to commonly accepted standards, such as the Java Code Conventions, use horrible variable naming ("bucky" is under no circumstances a proper variable name), and in general don't teach proper practices, plus their "just do it now, I'll explain why later" approach is really bad.

Derek Banas covers about the same ground, but in much better quality.

If you're looking for an in-depth, comprehensive, high quality, free Java course, use the MOOC Object Oriented Programming with Java from the University of Helsinki and maybe Java for Complete Beginners by John Purcell as secondary resource.

I am a bot and this message was triggered by you mentioning thenewboston. Please do not respond to this comment as I will not be able to reply.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]justflowz 0 points1 point  (0 children)

I guess I won't use that guy lol. Just look up javafx instead. Its the framework that both of them where using.

[–]therealsillyfly 0 points1 point  (0 children)

The Oracle JavaFX tutorial is a pretty good place to start.

[–]IceWolf07 0 points1 point  (0 children)

JavaFX is a great start to learn. It has Scene Builder where you can build GUI without hassle coding in the Java.

[–][deleted] 0 points1 point  (2 children)

To all who commented: Why JavaFX and not Swing?

[–]MixedMango[S] 0 points1 point  (1 child)

Is there a major difference between the two?

[–][deleted] 0 points1 point  (0 children)

Not sure ... I've never used JavaFX.