-
Why i can not enabled the buttons
Hi all,
Tell me, how i can not enable the buttons (btn.btnSave,btn.btnFirst,..)
in addActionListener
Thanks
btn.btnAdd.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent e)
{
btn.btnSave.setEnabled(true);
btn.btnFirst.setEnabled(false);
btn.btnNext.setEnabled(false);
btn.btnLast.setEnabled(false);
inum=objBodtCat.getRecordNumber();
setForm();
}
});
Similar Threads
-
By dave.potter@hol in forum .NET
Replies: 2
Last Post: 01-30-2006, 11:54 AM
-
By dave.potter@hol in forum ASP.NET
Replies: 0
Last Post: 10-07-2005, 06:10 PM
-
By spudmasher in forum ASP.NET
Replies: 3
Last Post: 07-03-2005, 11:59 PM
-
By Sergio in forum ASP.NET
Replies: 0
Last Post: 04-09-2002, 06:33 PM
-
Replies: 0
Last Post: 05-30-2001, 01:32 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks