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