Hey Cowpokes...
I have 2 questions for you.
1.) What is the rule for when you need to use _ to extend a line to the next line?
2.) I have read in RHE that FlowLayout always honors a components preferred size. However, in the code on page 269, they demonstarte that if you try to use setBounds to make a Button really big, it won't work (unless you set the layout manager to null). I understand that the setBounds call gets
wiped out by the layout manager (in this case, it's in an
Applet, so flowlayout), but if flowlayout always honors a components preferred size, how come attempts to make thebutton large in this way fail?
Thanks.
Matt