How come my program stays in the wait(); state on line 74 and never moves on I have to manually exit the application. Here is my code


import javax.swing.*;
import java.awt.*;
import...