Hi All,
I am just wondering how i would check if the below checkbox was clicked or not?
private JCheckBox postage = new JCheckBox("Postal Delivery?");
When the form is submitted i need to check the box and get a boolean saying true or false based on clicked or not thanks.
Regards,
Sinister747