Searched refs:targetFrameLocation (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/awt/dnd/FileListBetweenJVMsTest/
H A DFileListBetweenJVMsTest.java98 public FileListBetweenJVMsTest (Point targetFrameLocation, Point dragSourcePoint, argument
102 TargetFileListFrame targetFrame = new TargetFileListFrame(targetFrameLocation,
136 Point targetFrameLocation = new Point(InterprocessArguments.TARGET_FRAME_X_POSITION_ARGUMENT.extract(args),
141 new FileListBetweenJVMsTest(targetFrameLocation, dragSourcePoint, transferredFilesNumber);
/openjdk7/jdk/test/java/awt/dnd/URIListBetweenJVMsTest/
H A DURIListBetweenJVMsTest.java107 public URIListBetweenJVMsTest (Point targetFrameLocation, Point dragSourcePoint, argument
111 TargetFileListFrame targetFrame = new TargetFileListFrame(targetFrameLocation,
145 Point targetFrameLocation = new Point(InterprocessArguments.TARGET_FRAME_X_POSITION_ARGUMENT.extract(args),
150 new URIListBetweenJVMsTest(targetFrameLocation, dragSourcePoint, transferredFilesNumber);
/openjdk7/jdk/test/java/awt/datatransfer/DragUnicodeBetweenJVMTest/
H A DDragUnicodeBetweenJVMTest.java127 public DragUnicodeBetweenJVMTest (Point targetFrameLocation, Point dragSourcePoint) argument
139 targetFrame.setLocation(targetFrameLocation);
182 Point targetFrameLocation = new Point(InterprocessArguments.TARGET_FRAME_X_POSITION_ARGUMENT.extract(args),
186 new DragUnicodeBetweenJVMTest(targetFrameLocation, dragSourcePoint);
/openjdk7/jdk/test/java/awt/DataFlavor/MissedHtmlAndRtfBug/
H A DMissedHtmlAndRtfBug.java126 public MissedHtmlAndRtfBug(Point targetFrameLocation, Point dragSourcePoint, DataFlavor df) argument
137 targetFrame.setLocation(targetFrameLocation);
185 Point targetFrameLocation = new Point(InterprocessArguments.TARGET_FRAME_X_POSITION_ARGUMENT.extractInt(args),
191 new MissedHtmlAndRtfBug(targetFrameLocation, dragSourcePoint, df);

Completed in 32 milliseconds