JFrame j=new JFrame();j.setBounds(........);设置好位置和大小后,我想让J不能移动和改变大小。我能怎么实现设置?又能怎么取消设置?这对于Swing/AWT高手来说,应该不难吧。来高手些几条代码。。
禁止更改大小:http://bbs.csdn.net/topics/30309858禁止移动:http://stackoverflow.com/questions/13467997/disable-drag-of-jframe