主题:[讨论]怎么把java界面做成可移动的及如何设定它的大小
zhujiemian ff = new zhujiemian();
for (int x = 500, y = 400, x1 =56, y1 = 35; x >= 100; x -= 4) {
ff.setLocation(x, y -=3);
ff.setSize(x1 += 10.62, y1 += 7.31);
ff.setVisible(true);
ff.setResizable(true);
}
for (int x = 500, y = 400, x1 =56, y1 = 35; x >= 100; x -= 4) {
ff.setLocation(x, y -=3);
ff.setSize(x1 += 10.62, y1 += 7.31);
ff.setVisible(true);
ff.setResizable(true);
}