mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-05-02 17:45:46 +00:00
stuff
This commit is contained in:
@@ -23,7 +23,7 @@ public class MessageDialog extends JDialog implements ActionListener {
|
||||
|
||||
JButton c;
|
||||
|
||||
public dk(Frame paramFrame, String paramString, boolean paramBoolean) {
|
||||
public MessageDialog(Frame paramFrame, String paramString, boolean paramBoolean) {
|
||||
super(paramFrame, "Message", true);
|
||||
setLayout(new BorderLayout());
|
||||
Panel panel = new Panel();
|
||||
|
||||
Reference in New Issue
Block a user