Skip to content

Commit

Permalink
Change message type
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanH committed Apr 15, 2017
1 parent 35ebb9e commit 9df9e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ManiaCentering/src/me/roan/maniacentering/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public void actionPerformed(ActionEvent e) {
if(chooser.showOpenDialog(null) == JFileChooser.APPROVE_OPTION){
try {
parse(chooser.getSelectedFile(), (int)height.getValue(), (int)width.getValue());
JOptionPane.showMessageDialog(null, "ColumnStart values succesfully added!", "Mania Centering", JOptionPane.ERROR_MESSAGE);
JOptionPane.showMessageDialog(null, "ColumnStart values succesfully added!", "Mania Centering", JOptionPane.INFORMATION_MESSAGE);
} catch (IOException e1) {
e1.printStackTrace();
JOptionPane.showMessageDialog(null, "An error occured!", "Mania Centering", JOptionPane.ERROR_MESSAGE);
Expand Down

0 comments on commit 9df9e4f

Please sign in to comment.