using JWindow problem..

Hi

I am using JWindow for showing a splash window before the application starts. First i use a JPasswordField for Login but i unable i type in it then i use progress bar and still it is unable to get any value for update.

when i use JFrame it all works good.

is there any method that JFrame borders not shown.

Thanks

[347 byte] By [jawadaha] at [2007-11-27 11:31:09]
# 1

jframe.setUndercorated(true); // for jframe

but it is better if you post your SSCCE.

http://mindprod.com/jgloss/sscce.html

Yannixa at 2007-7-29 16:38:06 > top of Java-index,Desktop,Core GUI APIs...
# 2

The JPasswordField is in the splash screen?

if so, the JWindow needs a parent/owner, otherwise it is unfocusable.

there is a workaround, but let us know if this is the problem (no parent)

Michael_Dunna at 2007-7-29 16:38:06 > top of Java-index,Desktop,Core GUI APIs...