Searched refs:oldPosition (Results 1 – 1 of 1) sorted by relevance
207 Rectangle oldPosition = f.getBounds(); in test2() local208 f.setBounds(0, 0, oldPosition.width, oldPosition.height); in test2()231 oldPosition = f.getBounds(); in test2()232 f.setBounds(0, curY, oldPosition.width, oldPosition.height); in test2()245 oldPosition = f.getBounds(); in test2()247 Rectangle pos = new Rectangle(oldPosition.x - 50, oldPosition.y - 50, in test2()248 oldPosition.width, oldPosition.height); in test2()
Completed in 13 milliseconds