I am currently tasked to work with this GUI application:
asdfa.jpg
Pardon me if I am not all familiar with the technical terms about Java, I'm still new. My first task is to write a method to enter data a car; I want to have the registration number (which is to be printed in the registration box), age (selected from the combo box) and whether it has or has not been in an accident (determined by the checkbox) displayed into text in the textbox once I hit ENTER after I've entered the information for all three, so far the GUI wouldn't take effect if I were to type in a registration number, select an age or tick the checkbox because I've not yet written a method for it.