Menu
Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
Buttons and Event Handlers
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Roedy Green" data-source="post: 4031499"><p>See <a href="http://mindprod.com/jgloss/jbutton.html">http://mindprod.com/jgloss/jbutton.html</a></p><p>and</p><p><a href="http://mindprod.com/jgloss/button.html">http://mindprod.com/jgloss/button.html</a></p><p></p><p>for some similar sample code that does work.</p><p></p><p>Hint: Every Component except the Frame/JFrame must be added to some</p><p>container to be visible.</p><p>-- </p><p>Roedy Green Canadian Mind Products</p><p><a href="http://mindprod.com">http://mindprod.com</a></p><p></p><p>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.</p><p>see <a href="http://mindprod.com/jgloss/sscce.html">http://mindprod.com/jgloss/sscce.html</a></p></blockquote><p></p>
[QUOTE="Roedy Green, post: 4031499"] See [URL]http://mindprod.com/jgloss/jbutton.html[/URL] and [URL]http://mindprod.com/jgloss/button.html[/URL] 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 [URL]http://mindprod.com[/URL] 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 [URL]http://mindprod.com/jgloss/sscce.html[/URL] [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
Buttons and Event Handlers
Top