I am trying to display a frame if the checkbox "empAppCB" is selected. the name of the frame is EnterEmpInfo ...How do I call EnterEmpInfo from here? I have declared an EnterEmpInfo object called eei and would like to use nested If, else statements to achieve this because i have a checkboxGroup.
public void itemStateChanged(ItemEvent e) {
if (empAppCB == e.getSource()){
}