I have written a GUI that simulates the selection sort, and it runs fine for now. I just haven't re-compiled the driver since I wrote it, and now since I have a one of the methods in my main class "trrows IOException", it says
"selectionsorGui.java:16: unreported exception java.io.IOException; must be caught or declared to be thrown
SelectionSortPanel panel = new SelectionSortPanel();
^
"
Anyone have an idea of how to do what the compiler's talking about? I have attatched the files so you can help me better. Thanks.