-
How to remove focus from jbutton?
Hello I was just wandering how to remove the focus from jbutton in Jbuilder?
I managed to remove focus from jtextfield, but I wasn't able to remove it
form the jbutton? Does anyone know to answer to this?
This is what I tried:
I tried to remove the focus from jbutton and set it to jtextfield, goes to
jtextfield but the focus stays in jbutton?
jButton1.setRequestFocusEnabled(false);
jTextField10.requestFocus();
Thanks in advance Ryno
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