82838485868788899091
super.insertString(i, s, attributeset); } } public void openTextWindow() { TextDialog textView = new TextDialog(getValue().toString(), isEditable() && isEnabled()); if (textView.isSuccess()) setText(textView.getText()); textView.clear(); }