camron camronx

Greenhorn
+ Follow
since Oct 12, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by camron camronx

Jesse Weiman wrote:Have you checked if the tab-focus feature works when you use the default LAF?



Yes, I tried it. tab-focus feature works works well under windwos LAF and default JAVA LAF. Just change UIManager.setLookAndFeel("MyLookAndFeel"); in my Example.java to:



I
11 years ago
Hi,
I have created my own LAF - see code below - and I do not know, why JTextField component is not focused while I am pressing TAB key (java 1.7.0_07b, Win7). Please, write me, what I have missed to implement in my LAF. Thank you.

Camron

Example.java



MyLookAndFeel.java

11 years ago