The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
January 2002

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

RE: Run my application

Posted by Matt Gerrans on January 11, 2002 at 11:48 PM


> JDK1.4 beta 3 has a new feature called 'full-screen exclusive mode'. This could be the answer to your question. Have a looksee here: http://java.sun.com/j2se/1.4/docs/relnotes/features.html#awt
> Cheers,
> Berco

> > I have an application which I intend to run in Windows paltform, the issue is that when the application is invoked the windows screen should be made blank in other words, there should not be any icons or any other windows already opened. I really want that the desktop should be made inactive as I donot want that user of my application should be able to navigate to anything else except and only through my application

In windows, you can replace the default shell (explorer) with your own program by changing the shell setting in the boot section of system.ini.

Of course, this kind of jack-booted behavior is really only acceptible in a turnkey system. If you release a normal app that takes over the whole OS in this manner, you will have a lot of unhappy customers.





Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us