My code is basically like following:
BufferedImage image = ......
Graphics g = image.createGraphics();
jFrame.printAll(g);
When I view the image, the title bar area always black…
Does any know how to print jFrame with title bar or without title bar?
Print just the content pane.