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.
ダブルバッファを使用して画面上にランダムな四角形をペイントしていますが、ウィンドウフレームのサイズを変更すると、それ自体がきれいになります。どうすればこれを止めることができますか?
言われたら絵を描く。それはpaint(Graphics)a のメソッドになりJFrameます。
paint(Graphics)
JFrame
もちろん、JPanelフレームに を入れたほうがいいでしょう。オーバーライドするメソッドは になりpaintComponent(Graphics)ます。
JPanel
paintComponent(Graphics)