load screen

dear i want to load screen just after windows login screen

suppose JFrame

. wana load a Frame ok.

so how can i do that. just like as SIFY iway . may be u have seen that.

1st user login to pc with windows login screen after that user have to login with sify login just after that windows login screen so how can we do that.

thank's for your time

Have a GOOD day

Harsh

[417 byte] By [myharshdesignera] at [2007-10-2 5:39:18]
# 1
I have no idea what sify is. Write a program that pops up a JWindow, and put it into the start-up folder.
CeciNEstPasUnProgrammeura at 2007-7-16 1:49:38 > top of Java-index,Java Essentials,New To Java...
# 2

ok dear i am trying to put my jar file that LOGIN screen in Sheduler

& it suppose to start just after Windows Loginscreen But it's not starting

some error rase when we start the pc after appling that tech.

here u can see the problme screenshot :-

http://show.imagehosting.us/show/950319/0/nouser_950/T0_-1_950319.jpg

> I have no idea what sify is. Write a program that

> pops up a JWindow, and put it into the start-up

> folder.

myharshdesignera at 2007-7-16 1:49:38 > top of Java-index,Java Essentials,New To Java...
# 3
For My $0.02That Picture on your link, That's could be because you haven't properly constructed the Manifest File in the Jar?
WIlfred_Deatha at 2007-7-16 1:49:38 > top of Java-index,Java Essentials,New To Java...
# 4
There are other reasons too.. My suggestion is to write a batch file (.bat) that looks like this:javaw -jar "C:\folder\program.jar" [params here]then have that load.. or maybe it is your manifest, who knows..
DarkNomada at 2007-7-16 1:49:38 > top of Java-index,Java Essentials,New To Java...