> On Sun, 2007-11-04 at 10:08 -0800, vlad wrote: > Hello guys. I need to create my own small gui. Can anybody help with tools > that > i need, and may be point me to some guide like a 'developing jds apps for > dummies' ? Zenity have not enough futures :(
The most popular tool for creating GTK+ based programs is glade-3 (or glade-2 if you are using an older version of Solaris). glade will help you to create the GUI, but you will still need to write a program in C, python (or other language that supports GTK+ bindings) to do whatever functionality the GUI is supposed to do. glade-3 just makes writing the user-interface more simple. Brian
