hi,
I am building java applications which have their main frame as JWindows - version used if 1.4.1_01.
Now here i have problem when i add JTextFields/JTextAreas. These components are not accepting any user inputs - for that matter, they are not detecting any events happening (mouse event or keyboard events).
With jdk1.3.1, the problem was only that the JTextField/JTextArea components were not gaining proper focus.
In the java bug database, they claimt to have closed this issue (bug id 4186928) - they claim the release fixed to be "merlin-beta".
Anyone got any idea what this merlin-beta is?
Do i have any other solution to this problem?