E
Elliot
Hi,
We build our app with JDK 1.6. The logon is the first screen that the
user sees. Currently the logon screen extends jDialog.
When I start the app on Vista with other dialogs in the foreground,
Windows Explorer for example, the Java jDialog remains in the
background. Even if no other dialogs are covering the logon screen it
doesn't really have the focus since typing doesn't work until the
dialog is clicked on.
I have tried making the dialog modal and also using the toFront()
method, all to no avail. This works fine on XP and earlier Windows
operating systems.
Any ideas?
Thanks
Elliot
We build our app with JDK 1.6. The logon is the first screen that the
user sees. Currently the logon screen extends jDialog.
When I start the app on Vista with other dialogs in the foreground,
Windows Explorer for example, the Java jDialog remains in the
background. Even if no other dialogs are covering the logon screen it
doesn't really have the focus since typing doesn't work until the
dialog is clicked on.
I have tried making the dialog modal and also using the toFront()
method, all to no avail. This works fine on XP and earlier Windows
operating systems.
Any ideas?
Thanks
Elliot