Java Threading
I’ve had no formal training with Java, but I can basically, at this point, throw something together and have it work. I’m having a BITCH of a time getting threading concepts integrated into my mind. It seems like there’s so many damned ways to do anything, and the naming doesn’t make sense. Half the shit is deprecated, and then there’s special shit for certain types of threading.
It’s like.. I just want to be able to click on that button over there while it’s doing this thing over here, and it seems to me like that should be a hell of a lot easier.