Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #36 from carstendev/uneditableDetailArea
Browse files Browse the repository at this point in the history
The text areas in the "Detailed Transfer Status for [form]" Dialog an…
  • Loading branch information
lognaturel authored Dec 17, 2016
2 parents a3c51c3 + 9e1c9f4 commit c5900a8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ private ScrollingStatusListDialog(Frame frame, String labelText, String title, S
getRootPane().setDefaultButton(cancelButton);

JEditorPane editorArea = new JEditorPane("text/plain", statusHtml);
editorArea.setEditable(false);
//Put the editor pane in a scroll pane.
JScrollPane editorScrollPane = new JScrollPane(editorArea);
editorScrollPane.setVerticalScrollBarPolicy(
Expand Down

0 comments on commit c5900a8

Please sign in to comment.