修改阻断问题

This commit is contained in:
zhoudaxia 2016-08-26 11:38:09 +08:00
parent 6fd462a76e
commit ac3d4364c7
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ public class AutoExtract implements ActionListener {
// Set native look and feel
try {
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
} catch (Throwable t) {// For some reason Ubuntu 7 can cause a NullPointerException when trying to getting the LAF
} catch (Exception t) {// For some reason Ubuntu 7 can cause a NullPointerException when trying to getting the LAF
}
File suggestedDir;