Home | History | Annotate | Download | only in gui

Lines Matching refs:components

500         // Collect all components that are followed by text fields and make
913 * Sets the preferred sizes of the given components to the maximum of their
916 private void setCommonPreferredSize(List components)
920 for (int index = 0; index < components.size(); index++)
922 JComponent component = (JComponent)components.get(index);
931 // Set the size that we found as the preferred size for all components.
932 for (int index = 0; index < components.size(); index++)
934 JComponent component = (JComponent)components.get(index);