Skip to content

Commit

Permalink
update validate panel
Browse files Browse the repository at this point in the history
  • Loading branch information
applecool committed Aug 5, 2013
1 parent 118e57f commit 956902f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/pathvisio/sbml/ValidatePanel.java
Expand Up @@ -50,7 +50,7 @@ public ValidatePanel() {
"SBML(Systems Biology Markup Language) (.sbml,.xml)", "sbml",
"xml");
fc.setFileFilter(filter);

//create a new text pane
textPane = new JTextPane();
textPane.setEnabled(true);
JScrollPane scrollPane = new JScrollPane(textPane);
Expand Down

0 comments on commit 956902f

Please sign in to comment.