Home
last modified time | relevance | path

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

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