修改阻断问题
This commit is contained in:
parent
6fd462a76e
commit
ac3d4364c7
|
@ -241,7 +241,7 @@ public class AutoExtract implements ActionListener {
|
||||||
// Set native look and feel
|
// Set native look and feel
|
||||||
try {
|
try {
|
||||||
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
|
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;
|
File suggestedDir;
|
||||||
|
|
Loading…
Reference in New Issue