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

/openjdk7/jdk/src/share/classes/java/awt/
H A DGridBagConstraints.java397 * @see java.awt.GridBagConstraints#weighty
405 * the maximum <code>weighty</code> of all the components in a row.
415 * <code>weighty</code> should be a non-negative value.
420 public double weighty; field in class:GridBagConstraints
584 weighty = 0;
606 * @param weighty The initial weighty value.
618 * @see java.awt.GridBagConstraints#weighty
629 double weightx, double weighty,
642 this.weighty
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.java333 int gridy, int gridwidth, int anchor, Container cont, int weightx, int weighty,
340 c.weighty = weighty;
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/sun/security/tools/policytool/
H A DPolicyTool.java1067 double weightx, double weighty, int fill, Insets is) {
1080 gbc.weighty = weighty;
1092 double weightx, double weighty, int fill) {
1096 gridwidth, gridheight, weightx, weighty,
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 35 milliseconds