62,620
社区成员
发帖
与我相关
我的任务
分享
this.setResizable(false);
this.addNotify();//加了这样一句话
Graphics g=this.getGraphics();
g.drawString("asdfasdf", 200, 60);
this.setResizable(false);
Graphics g=this.getGraphics();
g.drawString("asdfasdf", 200, 60);