RE: GUI Application

2001-09-13 Thread magnus . lundin
Hello, We have a similar setup except we use a window manager (fvwm2). Does anyone know how to hide the mouse cursor completely? From java we managed to hide it over all components except the borders of internal frames. Maybe there is another lightweight wm that can hide the cursor or some hid

Re: Sun JDK1.3.1 does not load JITs

2001-09-13 Thread Juergen Kreileder
Albrecht Kleine <[EMAIL PROTECTED]> writes: > I've got the impression that Sun's new JDK 1.3.1 does > never load any JIT via the JIT interface (jit.h) ??? > > In other words: > > java -classic -Djava.compiler=any_jit_at_right_place MainClass > > will always fail, even if the JIT is okay

Sun JDK1.3.1 does not load JITs

2001-09-13 Thread Albrecht Kleine
Hi, I've got the impression that Sun's new JDK 1.3.1 does never load any JIT via the JIT interface (jit.h) ??? In other words: java -classic -Djava.compiler=any_jit_at_right_place MainClass will always fail, even if the JIT is okay and located at the right place. Is that a known bug?

how to repaint the selectedItem

2001-09-13 Thread flora yuan
Hi, I define a List in one Frame. The List is used to display files and directory of the file system. When I select one item, the item is highlighted. How to keep the highlight of the item even when the List field is updated by adding a new file? (When the List is modified, my code refreshs t

OFF TOPIC: (WAS "Faking out an app that requires a GUI")

2001-09-13 Thread Jim Caley
Just wanted to let you know that xvfb did fix this guy's problem. Here's an extract from his reply to me: "Thanks for the feedback. At least somebody is of help. [SNIP COMPLAINTS ABOUT LACK OF HELP FROM THE VENDOR :)] Anyway, enough whining. The Xvfb solution works great. I managed to snag

Re: Pid of the JVM

2001-09-13 Thread Nathan Meyers
On Thu, Sep 06, 2001 at 10:14:18AM -0400, Jesse Stockall wrote: > How can I get the pid of the jvm that an app is running in? You want to get it from within the app? PIDs are a non-portable concept, so you'll need a JNI call to get it (just wrap a JNI call around the getpid() system call). But th

Re: Faking out an app that requires a GUI

2001-09-13 Thread Jim Caley
Ahhh... Thanks, guys. Yes, it was xvfb that I was thinking of. I posted this on behalf of a guy from a CAD users' mailing list who was having a problem, and from what I had heard of xvfb on this list, it sounded like that might help him out. His app isn't actually Java, but it sounds like that'

RE: GUI Application

2001-09-13 Thread Oktay Akbal
On Wed, 12 Sep 2001, BERNARDES,JOAN (Non-HP-Brazil,ex1) wrote: > How can I start my applicative using xinit? xinit java Application > The JVM from IBM have any constraints with using in a commercial > product? I don't think so (for JRE). But please ask a lawyer. Oktay -