I\'m just learning Java exception handling and Java in general. I\'ve made a Swing GUI where the user will enter integers into two fields and then click a radio button with an
You should put the try catch block where your Integer.parseInt() calls.
Integer.parseInt()