Уточнен класс ошибки
This commit is contained in:
parent
e89cbc85a2
commit
68903479c1
@ -79,13 +79,12 @@ public class FormPlaneCollection {
|
||||
"Ошибка",
|
||||
JOptionPane.ERROR_MESSAGE);
|
||||
}
|
||||
} catch (Exception ex) {
|
||||
} catch (NumberFormatException ex) {
|
||||
JOptionPane.showMessageDialog(this.getPanelWrapper(),
|
||||
"Неверное значение",
|
||||
"Ошибка",
|
||||
JOptionPane.ERROR_MESSAGE);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public void buttonRefreshCollectionClicked(ActionEvent e) {
|
||||
|
Loading…
Reference in New Issue
Block a user