MCPcopy Create free account
hub / github.com/Nurtak/ObjectGraphVisualization / getTopFont

Method getTopFont

src/ch/hsr/ogv/view/PaneBox.java:266–268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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);

Callers 1

calcMinWidthMethod · 0.95

Calls 1

getFontMethod · 0.80

Tested by

no test coverage detected