Commit e666eeb0 authored by Phuong Khanh Tran's avatar Phuong Khanh Tran
Browse files

Update GUI.java

parent d730035e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -141,8 +141,7 @@ public class GUI extends JFrame {
                    imageFrame.setLocationRelativeTo(null); // Center the frame
                    imageFrame.setVisible(true); // Make the frame visible
                } catch (IOException ex) {
                    // Handle the IOException
                    ex.printStackTrace(); // You can print the stack trace or handle it differently
                    ex.printStackTrace();
                }
            }
        });