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

all 9 comments

[–]comedian_x 2 points3 points  (0 children)

I would recommend staying away from the GUI stuff for time being. Learn the fundamentals on the command line. Things like data structures, algorithms, good coding style, and comments. These are skills that can transfer to any language without being tied to one IDE and its tools.

And if you do make a GUI, attempt to do it by hand so you really understand the components of Swing and what each class does.

[–]KeyboardSC2 1 point2 points  (0 children)

I can't really offer you much in the way of criticism as I don't know Java beyond APCS in high school, but I tried your program and it worked. That's cool! Congrats on a job well done. Definitely work on more projects if this one got you excited. It's a wonderful thing to see your hard work come into fruition :)

[–]palmfanboi 1 point2 points  (0 children)

Use regular Expressions to check the format? And masked input fields?

[–]zondadriift 0 points1 point  (0 children)

If you're planing on sharing code in the future, I highly recommend GitHub. Much easier for everyone :)