Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
你将如何在java中打印一个jFrame?
例如
JFrame myJFrame = new JFrame("Window"); printClass.print(myJFrame);
请阅读(并尝试代码示例)
来自 Oracle 教程 2D 图形
课程印刷
如果要打印到文件,请参阅BufferedImage