Improves a lot of comments and variable names
This commit is contained in:
@ -54,11 +54,6 @@ public abstract class MessageHandler implements GUI {
|
||||
* @param paneType <p>The type of the pane</p>
|
||||
*/
|
||||
private void showJOptionPane(String title, String message, int paneType) {
|
||||
JOptionPane.showMessageDialog(
|
||||
null,
|
||||
message,
|
||||
title,
|
||||
paneType
|
||||
);
|
||||
JOptionPane.showMessageDialog(null, message, title, paneType);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user