(JTextPane textPane)
| 36 | private JTextField search_text; |
| 37 | |
| 38 | public void setBaseText(JTextPane textPane) { |
| 39 | this.baseText = textPane; |
| 40 | this.emphasisArea = null; |
| 41 | } |
| 42 | |
| 43 | public void setBaseText(JTextPane textPane, Range emphasisArea) { |
| 44 | this.baseText = textPane; |
no outgoing calls
no test coverage detected