Searched refs:oldPosition (Results 1 – 1 of 1) sorted by relevance
189 Rectangle oldPosition = f.getBounds(); in test2() local190 f.setBounds(0, 0, oldPosition.width, oldPosition.height); in test2()213 oldPosition = f.getBounds(); in test2()214 f.setBounds(0, curY, oldPosition.width, oldPosition.height); in test2()227 oldPosition = f.getBounds(); in test2()229 Rectangle pos = new Rectangle(oldPosition.x - 50, oldPosition.y - 50, in test2()230 oldPosition.width, oldPosition.height); in test2()