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);
        }