how would I go about resetting combo boxes/radio buttons or checkboxes at a button click?


Code:
	if (e.getSource() == JButClear)
			{
				name.setText(" ");
				age.setText(" ");		
			
		}