private void formWindowOpened(java.awt.event.ActionEvent evt)
bgroup1.add(radiolicense);
bgroup1.add(radiolicense);
}
private void radiolicensePerformed(java.awt.event.ActionEvent evt) {
cmdsubmit.setEnable(true);
}
private void radiolicensePerformed(java.awt.event.ActionEvent evt) {
cmdsubmit.setEnable(false);
}
//=====================================
private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
String qual = "";
if (jRadioButton1.isSelected()){
qual = "Your Under Graduate";
}else{
qual = "Graduate";
}
JOptionPane.showMessageDialog(rootPane, qual);
}
Cairo-Coders is the one place for high quality web development, Web Design and software development tutorials and Resources programming. Learn cutting edge techniques in web development, design and software development, download source components and participate in the community.
