Quote:
Originally Posted by uso
Hi
Any chance that some of the iliad java-code could be released as well?
The framework for buttons/pagebar/refreshing could be quite useful for those of us who prefer programming in java...
Uso (so this i what delurking feels like  )
|
There is a java sdk jar (I forgot its exactly name) in your iLiad. Everything about refreshing, toolbar, pagebar, button are over there. Use a java decopiler and then you can see them.
There are also a few 3rd party java based viewer for iLiad. Decompile and you can see how java works on iLiad. It's quite simple. I think its more easy to program in java than in gtk+ for iLiad. But java class on iLiad is quite limited. So you can't do some fancy design on iLiad in java. C (or C++) and Gtk+ are more capable for sophisicated application on iLiad.