()
| 587 | public GraphicsContext getGraphicsContext() { |
| 588 | if (graphicsContext == null) |
| 589 | System.err.println("WARNING: no graphics context for window"); |
| 590 | return graphicsContext; |
| 591 | } |
| 592 | |
| 593 | /** |
| 594 | * gets the current clipboard (as a string); |
nothing calls this directly
no test coverage detected