Java Code:
private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) { //[Find More Java Codes at www.sumikuma.tk] if (Integer.parseInt(txt1.getText())>=18) JOptionPane.showMessageDialog(null, "You are Eligible To Vote"); else JOptionPane.showMessageDialog(null,"You are not Eligible To Vote"); } private void jButton2ActionPerformed(java.awt.event.ActionEvent evt) { // [Find More Java Codes at www.sumikuma.tk] System.exit(0); } [Find More Java Codes at www.sumikuma.tk]
You can also download text file of this code here: Vote.txt
Comments
Post a Comment