Thursday, May 30, 2013

Challenge -- Create a String[] alphabetizer

Challenge-- Can you create a String[] alphabetizer?
For extra credit -- alphabetize int[] too.


Wednesday, May 1, 2013

Bouncing balls

balls bounce on the JFrame.

Challenge: create a frame with bouncing balls

Extra credit: When you resize the frame, have the balls bounce in the current size.
Make the number of balls change with the frame size.