i wondering if any with blueJ will look at my program, and just tell me what im doing wrong. ive been trying to solve this problem for 3 weeks now, and i am just sick of it.
email. <Email removed>
aim. <AIM removed>
thanks.
thats basicly my problem. i dont understand why its not working.
email. <Email removed>
aim. <AIM removed>
thanks.
Code:
public void actionPerformed (ActionEvent event)
{
if (bathroom.isSelected()) {
bathroomb=true;
}
if (bathroomb == true){
f1.dispose();
}
}
Comment