224225226227228229230231232233234
100); Graphics2D previousGraphics = g; g = createTemporaryGraphics(style, opacity, state); // Paints the shape and restores the graphics object shape.paintShape(this, state); g.dispose(); g = previousGraphics; } return shape;
234235236237238239240241242243244
246247248249250251252253254255256