(String text)
| 142 | } |
| 143 | |
| 144 | public void setText(String text) { |
| 145 | showLabel(text != null && !text.isEmpty()); |
| 146 | this.arrowText.setText(text); |
| 147 | this.arrowTextField.setText(text); |
| 148 | } |
| 149 | |
| 150 | public Font getFont() { |
| 151 | return this.arrowTextField.getFont(); |
no test coverage detected