The Start Menu visibility is obviously specific to Microsoft Win32
platforms. You could simply make your application start with a maximized
window (JFrame, Frame), and just make sure the "Always on Top" property is
set in the Start Menu Properties dialog box.
If you have to programmatically make sure that property is set, then you'll
have to rely on whatever proprietary tools Microsoft has provided for Java.
Stephen Woods
Altara Systems
http://www.altarasystems.com
"Soren Hansen" <sh.dk@get2net.dk> wrote in message
news:CsFH6.220$T22.32580@news010.worldonline.dk...
> Hi
>
> How do i get the screen size, excluding the Windows start line? I want to
> make an application, which fills the screen, but the Start line must
always
> be visible. Even if it sits at the sides or the top of the screen.
>
> How do I do that!?!?!?!?
>
> --
>
> ------------
> Soren Hansen
> sh.dk@get2net.dk
>
>
>
>
>