[quote=LegendBegins] The curly brace? It wasn't a typo; I closed it like I was making a complete statement out of habit. Besides, I almost never use the braces if the code that's executed is only one line (since they're not needed), and if I do have to use a brace, I put it on the next line instead of right after the if statement. [/quote] You don't need braces for if statements in Java? Since when?