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

/openjdk7/jdk/src/share/classes/java/awt/
H A DGridBagLayout.java731 return getMinSize(parent, info);
745 return getMinSize(parent, info);
1984 protected Dimension getMinSize(Container parent, GridBagLayoutInfo info) { method in class:GridBagLayout
1991 * #getMinSize(java.awt.Container, GridBagLayoutInfo) getMinSize} instead.
1992 * This method is the same as <code>getMinSize</code>;
1993 * refer to <code>getMinSize</code> for details on parameters
2066 d = getMinSize(parent, info);
2070 d = getMinSize(parent, info);

Completed in 207 milliseconds