有没有可以复写JFrame.getContentPane()的paintComponent()方法的可能性?就想把它的样子改改。
收起
可以自定义一个继承JFrame的类,然后重写你需要的方法。
报告相同问题?