Home
last modified time | relevance | path

Searched refs:oldPosition (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/bean/qa/complex/bean/
H A DOOoBeanTest.java207 Rectangle oldPosition = f.getBounds(); in test2() local
208 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