Update width and height of the given component @param w @param h
(int w, int h)
| 79 | * @param h |
| 80 | */ |
| 81 | void setSize(int w, int h); |
| 82 | |
| 83 | /** |
| 84 | * @return the concrete implementation of the graphical container such as |
no outgoing calls
no test coverage detected