"Start", "Submit" and "Accept" events
Those don't sound like events. Are they the labels on buttons?
Buttons create ActionEvents which are handled by actionListeners.
The deprecation messages are only warnings. You can ignore them for now. The program should execute. As you learn java you will learn about events and listeners and will be able to rewrite the program to use them instead of using handleEvent