Danger: available for advanced subclassing, but here be dragons.
()
| 10967 | |
| 10968 | /** Danger: available for advanced subclassing, but here be dragons. */ |
| 10969 | protected void showSurface() { |
| 10970 | if (getGraphics().displayable()) { |
| 10971 | surface.setVisible(true); |
| 10972 | } |
| 10973 | } |
| 10974 | |
| 10975 | |
| 10976 | /** See warning in showSurface() */ |
no test coverage detected