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;
1 2 3 4 5 6 7 8 9 | 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 |