Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-18-2007, 11:09 PM
Member
 
Join Date: May 2007
Posts: 1
noisepoet is on a distinguished road
disabling JButtons after win in TicTacToe
Hi. I've created a Tic-Tac-Toe program using JPanel and JButtons. Can anyone tell me how to disable the unclicked JButtons after X or O wins the game?
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 05-19-2007, 12:01 AM
Senior Member
 
Join Date: Dec 2006
Posts: 748
levent is on a distinguished road
Hi noisepoet,

Welcome to Java Forums. You are our 100th member

There is a setEnabled(boolean value) method for JButtons. you should call this method of the buttons you want to disable.

For example for button named as myButton, you use the following code:

Code:
myButton.setEnabled(false);
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
TicTacToe Thomas Covington New To Java 1 04-10-2008 05:51 AM
2D Array of JButtons stevemcc AWT / Swing 1 02-17-2008 12:42 AM
TicTacToe Game Ebtihal New To Java 0 01-09-2008 12:01 PM
JButtons fgasimzade SWT / JFace 1 12-25-2007 06:39 AM
TicTacToe Joe3161 New To Java 4 11-25-2007 07:47 PM


All times are GMT +3. The time now is 12:08 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org