Set the title of the plot @param title plot title
(final String title)
| 736 | * @param title plot title |
| 737 | */ |
| 738 | public void setTitle(final String title) { |
| 739 | SwingUtilities.invokeLater(() -> { |
| 740 | mIconLabel.setText(title); |
| 741 | mTitleEntry.setText(title); |
| 742 | }); |
| 743 | } |
| 744 | |
| 745 | /** |
| 746 | * Sets the split pane divider location |
no outgoing calls