BufferedImage image=new BufferedImage (width, height, BufferedImage. TYPE_INT_RGB);
Graphics g=image. GetGraphics ();
I in Graphics g=image getGraphics (); An exception is thrown, abnormal display null, is this why?
CodePudding user response:
Same q, don't know how to solve the building Lord at that timeCodePudding user response:
I also want to ask, solved