aspose file tools
The moose likes Swing / AWT / SWT and the fly likes How to make buttons active and non-active Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "How to make buttons active and non-active" Watch "How to make buttons active and non-active" New topic
Author

How to make buttons active and non-active

adeeb alexander
Ranch Hand

Joined: May 29, 2008
Posts: 267
Hi,
I don't know what words to use. But on a panel using cardlayout i have added many cards and. On the first card i have a text field and a password field
i have already stored those username and password and when i press the ok button i enters the next card, till here its fine and works good.
Now the actual problem:
I have even added few buttons like next and previous which can be seen on every card using BorderLayout. If i press the next button instead of entering the details and pressing ok the next card is displayed. So i want to deactivate these buttons just on first card how to do that.Please some body help.
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32667
    
    4
On things like buttons you can use the setEnabled method. It takes a boolean, true or false. I think they are enabled by default.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to make buttons active and non-active
 
Similar Threads
JRadioButtons in applet
Regarding Login
Regarding CardLayout
"Any body Help, Urgent"
Problem with Text Fields