()
| 264 | } |
| 265 | |
| 266 | public Font getTopFont() { |
| 267 | return this.topTextField.getFont(); // doesnt matter if Font is taken from topLabel or topTextField |
| 268 | } |
| 269 | |
| 270 | public void setTopUnderline(boolean underline) { |
| 271 | this.topLabel.setUnderline(underline); |