Searched defs:gridx (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DGridBagConstraints.java43 * component (<code>gridx</code>, <code>gridy</code>).
46 * @see java.awt.GridBagConstraints#gridx
309 * display area, where the first cell in a row has <code>gridx=0</code>.
319 * <code>gridx</code> should be a non-negative value.
325 public int gridx; field in class:GridBagConstraints
338 * @see java.awt.GridBagConstraints#gridx
347 * display area will be from <code>gridx</code> to the last
350 * display area will be from <code>gridx</code> to the next
578 gridx = RELATIVE;
601 * @param gridx Th
627 GridBagConstraints(int gridx, int gridy, int gridwidth, int gridheight, double weightx, double weighty, int anchor, int fill, Insets insets, int ipadx, int ipady) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXFileDialogPeer.java332 void addComponent(Component comp, GridBagLayout gb, GridBagConstraints c, int gridx, argument
335 c.gridx = gridx;
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java1066 int index, int gridx, int gridy, int gridwidth, int gridheight,
1075 gbc.gridx = gridx;
1091 int index, int gridx, int gridy, int gridwidth, int gridheight,
1095 addNewComponent(container, component, index, gridx, gridy,
1065 addNewComponent(Container container, Component component, int index, int gridx, int gridy, int gridwidth, int gridheight, double weightx, double weighty, int fill, Insets is) argument
1090 addNewComponent(Container container, Component component, int index, int gridx, int gridy, int gridwidth, int gridheight, double weightx, double weighty, int fill) argument

Completed in 34 milliseconds