Is there a way to write gnome-panel gui applet (like hamster, for example) using JVM application?
If it is not possible to do it using java, what other languages are available?
(I’m using Gnome 2 on Ubuntu)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
While Java bindings for GTK+ exists (see http://www.gtk.org/language-bindings.php and http://java-gnome.sourceforge.net), I don’t think it is enough for creating panel applets. I would expect you to have better success with C#/Mono (using Gtk#), Python, or C.
C: http://live.gnome.org/GnomeLove/PanelAppletTutorial
Python: http://www.pygtk.org/articles/applets_arturogf/