java問題,用update()函數后,繪制移動的小人會殘留軌跡
3 回答

慕沐林林
TA貢獻2016條經驗 獲得超9個贊
centerPanel.removeAll();
centerPanel.setVisible(false);
add(...);
centerPanel.repaint();
centerPanel.setVisible(true);
- 3 回答
- 0 關注
- 849 瀏覽
添加回答
舉報
0/150
提交
取消