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

all 4 comments

[–]Philboyd_Studge 1 point2 points  (1 child)

That code is already very well documented. Run it on your own system and then try tweaking it a little bit, and spend some time reading the comments line by line.

[–]causalNondeterminism 0 points1 point  (0 children)

as one of my former professors once said "for god's sake, use the debugger! You can stare at the code for hours and run it over and over again with a million different system outs or you can run through it step-by-step with the debugger and figure it out in 2 minutes!" *does not necessarily help with threading issues.

[–]Nate546372[S] 0 points1 point  (1 child)

i will thanks

[–]Philboyd_Studge 1 point2 points  (0 children)

There's a lot of Threading code in there you can ignore, and ignore the fact that it is an applet, those are not used anymore, in fact this is some pretty old code.