Can someone please explain the use of getMinimumSize()?
Created Jul 25, 2001
Scott Stanchfield See my article on layout management, Effective Layout Management.
http://developer.java.sun.com/developer/onlineTraining/GUI/AWTLayoutMgr/index.html
The basic idea is that the components state their preferences through
- getMinimumSize()
- getMaximumSize()
- getPreferredSize()