Added Cancel button

This commit is contained in:
Remco
2015-04-08 15:57:55 +02:00
parent 7ffc00110f
commit 13ab1900d2
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ public class PathPopup extends JFrame
}
});
JButton cancel = new JButton("Done");
JButton cancel = new JButton("Cancel");
cancel.addActionListener(new ActionListener()
{
@Override