Java while loop with break not working as expected for JOptionPane Error Message

I am creating a Java program emulating Windows 95, including its various components. In Windows 95 in "My Computer", clicking the "Removable Disk" icon would cause a dialog box containing an error message to appear, and clicking "Retry" button will cause it to continuously reappear, until the user hits "Cancel" button or X. I would… Read More Java while loop with break not working as expected for JOptionPane Error Message