Switched from groovy script config to java.util.Properties based config.

This commit is contained in:
Jonathan Bernard
2010-05-30 23:22:10 -05:00
parent 501bb04b89
commit 790d2c2a77
3 changed files with 75 additions and 48 deletions

View File

@ -309,7 +309,7 @@ panel = splitPane(orientation: JSplitPane.HORIZONTAL_SPLIT,
issueTextDisplay = editorPane(contentType: "text/html",
constraints: "display",
editable: false,
preferredSize: [200, 200],
preferredSize: [10, 10],
mouseClicked: { evt ->
if (evt.clickCount > 1)
issueTextPanelLayout.show(issueTextPanel, "editor")