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を参照してください。