the registration information text turned to not editable

cusax-fix
Yana Stamcheva 20 years ago
parent 599df42013
commit d65cc7fde5

@ -121,6 +121,7 @@ private void init() {
this.buttonPanel.add(registerButton);
this.registerArea.setEditable(false);
this.registerArea.setLineWrap(true);
this.registerArea.setWrapStyleWord(true);

Loading…
Cancel
Save