Jump to content

Learning Swing

mainedutch

So I've really been wanting to learn JavaSwing because its like the best GUI (So I heard) for doing simple object oriented programming. I just haven't found a place to learn it very well... I looked into some of the sites that the guy posted and had stickied here but they just taught basic Java which I am doing pretty well with so far. I know a lot of basic Java from taking classes on it for like 6 months and doing it on my own time... Thanks.

Adopt children, not styles.

Link to comment
Share on other sites

Link to post
Share on other sites

Also, I would suggest learning JavaFX over Swing any day. It's much more modern and uses modern standards (Like XML) which just makes everything more smooth and easy to use. It also takes a lot less work than writing a Swing GUI programmatically. 

Link to comment
Share on other sites

Link to post
Share on other sites

  • 2 weeks later...

If you are still needing help, look into NetBeans' GUI tutorials with their built in GUI designer/editor.

It literally puts the GUI framework together and all you have to do is add functionality to the objects.

Admittedly the code it generates is kind of messy but you can clean it up.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×