"Patrick LeBoutillier" <[EMAIL PROTECTED]> writes: > I've uncommented all the FIXME's you put any everything seems ok on > my machine (Linux RedHat 7.1) with Java 1.4. > > I'm assuming it's ok: I see 3 small red squares along a long > diagonal line (some parts green, some parts blue). I can zoom with > the right mouse button and pan with the left one.
Yup, I just did the same thing, and it woks OK. > Anyways, maybe the problems have to do with your Mac port. Let me > know how it turns out. Seems to be the case, bummer. > Some interesting things have come out of this though: > - I could try to be more efficient and cache the Member and Methods objects > once I get them instead of getting them each time by reflection. Yes, that seems like a good idea - especially for me, I'll be calling the same method thousands of times. Also, it may solve this particular problem for me on powerpc. > - I also have to find a way to create some kind of main loop for > applications that use GUI, because or else, as you have noticed the perl > script terminates unless you make it 'sleep' around.... Maybe yes, maybe no. For me, it's great to have the extra CPU control - I'm going to put a Perl command line in my app so that I can the objects from Perl... Thanks for your help, jas.