C
cosmo
hey there,
i have a severe problem with java
i want my application act like a toolbar/taskbar in windows or better
to say, i want to give my application two main features:
- always on top of all other applications
- all other applications shall not maximize "under" my toolbar-
application. so the space, which is used by my application on the
screen, shall not be used by any other application.
this would be pretty the same features which the windows taskbar has.
the always-on-top feature was easy to implement 'cause java has a
method for setting this feature.
my main problem is now to tell windows itself, that my application
shall be treated like a taskbar so that no other application maximizes
"under" it. java doesn't seem to provide any method for this ability.
has anybody any idea? because i'm definitely out of ideas
thanks in advance for your help,
best wishes, manu
i have a severe problem with java
i want my application act like a toolbar/taskbar in windows or better
to say, i want to give my application two main features:
- always on top of all other applications
- all other applications shall not maximize "under" my toolbar-
application. so the space, which is used by my application on the
screen, shall not be used by any other application.
this would be pretty the same features which the windows taskbar has.
the always-on-top feature was easy to implement 'cause java has a
method for setting this feature.
my main problem is now to tell windows itself, that my application
shall be treated like a taskbar so that no other application maximizes
"under" it. java doesn't seem to provide any method for this ability.
has anybody any idea? because i'm definitely out of ideas
thanks in advance for your help,
best wishes, manu