Re: [Java-gnome-developer] desklets on java
Brought to you by:
afcowie
From: Alexey T. <a_t...@ma...> - 2007-09-25 06:42:01
|
> Try this: > http://www.glossitope.org/ > No, this is not what I want... This is a Swing cross-platform application, without native bindings. It operates inside it's own window (which is considered by window manager as an ordinary window and displayed on taskbar). This window is used as a container. I did not manage to move widget out of container, right onto desktop. >From the other side, screenlets use GTK objects (gtk.Window, GObject and etc.) from PyGtk, PyCairo and so on. Such bindings exists in java-gnome too, and I wonder is it possible to write a similar program on java? |