On Sun, 21 Feb 2010 15:26:57 -0800 (PST), Nessuno <>
wrote, quoted or indirectly quoted someone who said :
>
>I am a newbie in Java. While learning from the Horstmann I have
>modified a little example from the book. The problem is that the
>buttons it creates are never shown.
See
http://mindprod.com/jgloss/jbutton.html
and
http://mindprod.com/jgloss/button.html
for some similar sample code that does work.
Hint: Every Component except the Frame/JFrame must be added to some
container to be visible.
--
Roedy Green Canadian Mind Products
http://mindprod.com
When a newbie asks for help tracking a bug in a code snippet, the problem is usually is the code he did not post, hence the value of an SSCCE.
see
http://mindprod.com/jgloss/sscce.html