Constructs a TextPanel and places it within the given drawing panel.
()
| 38 | * Constructs a TextPanel and places it within the given drawing panel. |
| 39 | */ |
| 40 | public TextPanel() { |
| 41 | setBackground(backgroundColor); |
| 42 | font = new Font(fontname, fontstyle, fontsize); |
| 43 | } |
| 44 | |
| 45 | /** |
| 46 | * Constructs a TextPanel and places it within the given drawing panel. |
nothing calls this directly
no test coverage detected