Make editable state explicit

This commit is contained in:
Jamie Cameron
2013-02-08 18:07:03 -08:00
parent 5667d9ffee
commit 23a9b5ddea

View File

@@ -1551,6 +1551,7 @@ class EditorWindow extends FixedFrame implements CbButtonCallback
add("North", np);
}
add("Center", edit = new TextArea(20, 80));
edit.setEditable(true);
edit.setFont(filemgr.fixed);
Panel bot = new Panel();
bot.setLayout(new FlowLayout(FlowLayout.RIGHT));