[Java-gnome-developer] Re: [Help] CustomEvents refresh problem
Brought to you by:
afcowie
From: Jonas B. <jb...@ni...> - 2003-09-12 08:42:05
|
On Fri, 12 Sep 2003 07:18:33 +0100, Mark Howard <mh...@ti...> wrote: > Unlike most gtk/gnome ports, we're not trying to clone its interface to > java. We're trying to reproduce it in a nice Java style. For example in > text views we pass data blocks around rather than integers and other > things. The bits which will change are the bits which look ugly. For > example at the moment you have to add UIInfo.end() to the end of all > UIInfo arrays. That's something I want to fix. Maybe that's something I could help out with, if I have time.. >> BTW, what's your role in java-gnome? Are you a main developer or? > I'm just one of the developers. I did a lot of work on the graphical > bits of the gtk widgets, before I knew much JNI. Then I moved on and > sorted out the treeview and started the textview and wrote CustomEvents= . > I've written a very large application with java-gnome (bugwatcher - lik= e > an email client, but for bugs) - this has helped find bugs in java-gnom= e. > There are a few developers who contribute occasionally. Unfortunately > none of us have lots of time. I've used JNI a bit, and have some experience in passing stuff from/to=20 java, even streaming stuff (I made a buffering wrapper for InputStream fo= r=20 example, that I then used directly for libjpeg, libpng and other librarie= s=20 that parse data gradually). The data was streamed (in java) from the=20 internet directly, so the native libraries could start decoding jpegs=20 while still downloading, for example. - xkr47 |