Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I've been learning Java by myself through many different online and offline resources. I just finished some basic practice and theoretical knowledge of Swing.

Now, to become good at it I need some practice problems which would test my Swing skills, including GUI Building, listeners etc.

But I can't figure out where to find such questions/problems for my practice. Do you guys know of an online resource? Some book would also do...

share|improve this question
1  
Make a clock / calendar for your desktop. – Gilbert Le Blanc Nov 19 '12 at 14:03

closed as not constructive by gnat, Walter, GlenH7, Robert Harvey, MainMa Nov 19 '12 at 22:10

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

Start simple, write an application to browse the file system using trees. You can compare your results with those from various sites such as: java2s.com. Good luck and have fun!

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.