You could try using kstart to specify that the window is tool window so that it doesn't get a frame etc. (do kstart --help for a list of the options). You'll need to position the window directly in your java code to handle the edge docking itself though (get the screen size and move the window appropriately). This will not be perfect as it won't take into account space taken up by kicker etc. though, but doing it perfectly would require using KDE's Java bindings (See the kdebindings module) or writing some JNI of your own. Cheers Rich. "Shahin, Mofeed" wrote: > > G'day all, > > I have a Java application and I want to be able to dock it either at the top > or bottom of the screen. > > Is there a way for me to do this ? > > The application is a ticker tape type thing. > > Mof. > > >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe << >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<