Adds missing comments, simplifies proxy distinction, moves updating to own class and fixes formatting
This commit is contained in:
@ -46,8 +46,8 @@ public abstract class MessageHandler implements GUI {
|
||||
/**
|
||||
* Shows a JOptionPane
|
||||
*
|
||||
* @param title <p>The title of the pane</p>
|
||||
* @param message <p>The message of the pane</p>
|
||||
* @param title <p>The title of the pane</p>
|
||||
* @param message <p>The message of the pane</p>
|
||||
* @param paneType <p>The type of the pane</p>
|
||||
*/
|
||||
private void showJOptionPane(String title, String message, int paneType) {
|
||||
|
Reference in New Issue
Block a user