Michael Hope wrote:
> > > I meant getting the window handle directly from the innards of Java. The
> > > current program has some code ripped directly from xprop which searches by
> > > name, but it takes a good 3-4 sec on a remote X server.
> >
> > Could part of the time issue be due to network
> > I meant getting the window handle directly from the innards of Java. The
> > current program has some code ripped directly from xprop which searches by
> > name, but it takes a good 3-4 sec on a remote X server.
>
> Could part of the time issue be due to network latency?
I'm not actually th
Michael Hope wrote:
>
> I meant getting the window handle directly from the innards of Java. The
> current program has some code ripped directly from xprop which searches by
> name, but it takes a good 3-4 sec on a remote X server.
Could part of the time issue be due to network latency?
--
Je
> > Hi. Ive written a small native interface that searches for a window given
> > it's name, and then sets the MWM and Gnome hints on that window (ie stay
> > on top, hide close button etc) Unfortunatly the search process is quite
> > slow - can anyone recommend a nice way to get ahold of the wi
Michael Hope wrote:
>
> Hi. Ive written a small native interface that searches for a window given
> it's name, and then sets the MWM and Gnome hints on that window (ie stay
> on top, hide close button etc) Unfortunatly the search process is quite
> slow - can anyone recommend a nice way to get
Hi. Ive written a small native interface that searches for a window given
it's name, and then sets the MWM and Gnome hints on that window (ie stay
on top, hide close button etc) Unfortunatly the search process is quite
slow - can anyone recommend a nice way to get ahold of the window
handle
dire