Skip to content

Commit 83a2237

Browse files
committed
Merge pull request basteez#5 from gabrielemariotti/master
Changed the messageType to INFORMATION_MESSAGE in final dialog.
2 parents da1b459 + f550e00 commit 83a2237

File tree

1 file changed

+1
-1
lines changed
  • src/com/tizianobasile/androiddrawablefactory/gui

1 file changed

+1
-1
lines changed

src/com/tizianobasile/androiddrawablefactory/gui/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ public void run()
288288
}
289289

290290
}
291-
JOptionPane.showMessageDialog(getContentPane(), "Resize Completed!", "Completed", JOptionPane.OK_OPTION);
291+
JOptionPane.showMessageDialog(getContentPane(), "Resize Completed!", "Completed", JOptionPane.INFORMATION_MESSAGE);
292292
createButton.setEnabled(true);
293293
}
294294
};

0 commit comments

Comments
 (0)