Skip to content

Commit

Permalink
Make InformationPanel non-editable.
Browse files Browse the repository at this point in the history
  • Loading branch information
DolphFlynn committed Aug 17, 2024
1 parent c75c4d7 commit 0858f1d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class InformationPanel extends JTextPane {
this.lineSpacingStyle = addStyle("lineSpacingStyleName", null);

setBorder(BorderFactory.createEmptyBorder(10, 10, 5, 5));
setEditable(false);

configureStyles();
}
Expand Down

0 comments on commit 0858f1d

Please sign in to comment.