Quote:
Originally Posted by Kiba
I think use C++... I don't know the capacity of the iliad v1 on java...
But, I saw that the gui on iLiad is matchbox, matchox is write with gtk+ ?
|
Matchbox is a window manager. Basically it controls what application is showing at the current time. GTK+ is a toolkit which is used to create the actually applications. It won't look as nice as the Connection Manager (which appears to be using some closed extension to GTK+), but it should be capable of creating your form.
GTK is also themeable, so you could probably get it to more or less match the looks of iRex's applications by installing an appropriate theme (the 'Industrial' theme may be a good place to start).
Anyway, hope that helps.