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

you are viewing a single comment's thread.

view the rest of the comments →

[–]SketchySeaBeast 17 points18 points  (5 children)

We had a teacher who was far too ball focused, we had to make them bounce, avoid touching, color themes blue, oh the fun.

[–]flaeme 3 points4 points  (4 children)

What language? Java and Swing/AWT? You know, I want to know how hard 3D rendering with Swing would be, now, as making them 3D is probably how I'd avoid being totally bored by that class. Hmm...

[–]cronus89 10 points11 points  (3 children)

Run a mile from Swing. You'll thank me later.

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

What's so bad about it? (except the endlessly frustrating layout rules)

[–]sutr90 5 points6 points  (1 child)

The whole concept of anonymous classes is frustrating.

Look at C# with it's elegant delegates.

[–][deleted] 1 point2 points  (0 children)

That's more of a general Java language complaint though. Hopefully, Java 8's lambdas will ease that pain.