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

/openjdk7/jdk/src/share/classes/java/awt/
H A DGridBagConstraints.java43 * component (<code>gridx</code>, <code>gridy</code>).
47 * @see java.awt.GridBagConstraints#gridy
322 * @see java.awt.GridBagConstraints#gridy
329 * where the topmost cell has <code>gridy=0</code>. The value
335 * <code>gridy</code> should be a non-negative value.
340 public int gridy; field in class:GridBagConstraints
366 * display area will be from <code>gridy</code> to the last
369 * display area will be from <code>gridy</code> to the next
579 gridy = RELATIVE;
602 * @param gridy 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...]
H A DGridBagLayout.java61 * {@link GridBagConstraints#gridy}
65 * <code>gridy&nbsp;=&nbsp;0</code>. For horizontal left-to-right layout,
71 * <code>gridy</code>) the component that was added to the container
82 * or from <code>gridy</code> to the last cell in the column
88 * or from <code>gridy</code> to the next to the last cell in its
858 * constraints.gridy +
937 curY = constraints.gridy;
942 // since each next Component with gridx|gridy == RELATIVE starts from
1001 int curY = 0; // constraints.gridy
1049 curY = constraints.gridy;
[all...]
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A Djava_awt_GridBagConstraints.java41 gbc.gridy = 2;
H A Djava_awt_GridBagLayout.java92 gbc.gridy = y;
/openjdk7/jdk/test/java/awt/GridBagLayout/GridBagLayoutIpadXYTest/
H A DGridBagLayoutIpadXYTest.java63 gc.gridy = 0;
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaOptionPaneUI.java86 cons.gridx = cons.gridy = 0;
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXPlottingViewer.java192 buttonConstraints.gridy = 0;
205 labelConstraints.gridy = 0;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthOptionPaneUI.java256 cons.gridx = cons.gridy = 0;
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXFileDialogPeer.java333 int gridy, int gridwidth, int anchor, Container cont, int weightx, int weighty,
336 c.gridy = gridy;
332 addComponent(Component comp, GridBagLayout gb, GridBagConstraints c, int gridx, int gridy, int gridwidth, int anchor, Container cont, int weightx, int weighty, int fill, Insets in) argument
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicOptionPaneUI.java313 cons.gridx = cons.gridy = 0;
362 cons.gridy++;
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java1066 int index, int gridx, int gridy, int gridwidth, int gridheight,
1076 gbc.gridy = gridy;
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 119 milliseconds