@@ -9,6 +9,15 @@
|
||||
|
||||
Objects.requireNonNull(guistatscomponent);
|
||||
collection.add(guistatscomponent::close);
|
||||
@@ -132,7 +132,7 @@
|
||||
|
||||
jtextfield.setText("");
|
||||
});
|
||||
- jtextarea.addFocusListener(new FocusAdapter(this) {
|
||||
+ jtextarea.addFocusListener(new FocusAdapter() { // CraftBukkit - decompile error
|
||||
public void focusGained(FocusEvent focusevent) {}
|
||||
});
|
||||
jpanel.add(jscrollpane, "Center");
|
||||
@@ -166,6 +166,7 @@
|
||||
this.finalizers.forEach(Runnable::run);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user