static Graphics2D cloneGraphics(Graphics2D g) { ret (Graphics2D) g.create(); }