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

/openjdk7/jdk/test/java/awt/DataFlavor/MissedHtmlAndRtfBug/
H A DMissedHtmlAndRtfBug.java173 int extractInt(String[] args) { method in class:MissedHtmlAndRtfBug.InterprocessArguments
183 Point dragSourcePoint = new Point(InterprocessArguments.DRAG_SOURCE_POINT_X_ARGUMENT.extractInt(args),
184 InterprocessArguments.DRAG_SOURCE_POINT_Y_ARGUMENT.extractInt(args));
185 Point targetFrameLocation = new Point(InterprocessArguments.TARGET_FRAME_X_POSITION_ARGUMENT.extractInt(args),
186 InterprocessArguments.TARGET_FRAME_Y_POSITION_ARGUMENT.extractInt(args));

Completed in 163 milliseconds