123
edits
Bgalbraith (talk | contribs) (Created page with '= The Thunderhead "Book" = As I've been hacking on Thunderhead (aka "Th") I have various things I need to write down, but I haven't decided on a doc format for Th, so just going...') |
Bgalbraith (talk | contribs) (→Layout) |
||
Line 37: | Line 37: | ||
{ height: 100, width: 100 } | { height: 100, width: 100 } | ||
Default implementations of these methods are provided | Default implementations of these methods are provided to every component; they are as follows: | ||
* getPreferredSize: returns left + right insets for width and top + bottom insets for height | |||
* getMinimumSize: returns getPreferredSize | |||
* getMaximumSize: returns getPreferredSize |
edits