(Window window)
| 12 | public boolean drawBG = true; |
| 13 | |
| 14 | public Panel(Window window) { |
| 15 | this.window = window; |
| 16 | } |
| 17 | |
| 18 | public abstract void paintImpl(Canvas canvas, int width, int height, float scale); |
| 19 |
nothing calls this directly
no outgoing calls
no test coverage detected