hey am trying to building bank, i have to get to run using the gui haven't quite finished as yet as I am trying to get the button, lables, checkbox to, right I am trying to code a male and female radio button and that is where my errors are;
public String getSelectedOption(){
Enumeration<AbstractionButton> radbutts = group. here is where the error is: identified expected
while(radbutts.hasMoreElements()){
AbstractButton currentRadioButtons = radioButtons. and also here is the same error: identifier expect
}
return null;
}
what do they me and where can i find the identifiers

