Which world are you from, If you are not aware then "if" statements can be multiline too.
For ex :
if(.........) {
a = true;
b= false;
.
.
.
} else if (........) {
a = false;
b = true;
.
.
.
.
.
} else {
.
.
.
}
You can read more about it here
And please wrap your code in [code=java] and [/code] tags. It keeps your post organized and clean rather than the garbage you can see above. Its a bit irritating that this is your eighth post and you have not yet even glanced at the forum rules.