I'm developing a parking lot system in java, the main screen that shows all the cars and motorcycles parked should be updated every time the user registers a vehicle. There is a Jframe only to input the data of the vehicles and after user clicks ok this Jframe should close and the main screen should be update showing the parking space filled. How can I do that?
Comments
Post a Comment