Searched defs:xPosition (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/table/
H A DTableColumnModel.java148 * horizontal point, <code>xPosition</code>;
159 * are laid out on screen, the given <code>xPosition</code> should not be
168 public int getColumnIndexAtX(int xPosition); argument
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJPopupMenu.java326 Point adjustPopupLocationToFitScreen(int xPosition, int yPosition) { argument
327 Point popupLocation = new Point(xPosition, yPosition);

Completed in 419 milliseconds