Java-touch screen

Status
Not open for further replies.

mtlee

Beta member
Messages
1
Hi everyone,

Is this possible :

Single PC with duo processor, with 2 touch screen (this is possible & straight forward)

But is it possible to run 2 Java application (or any language) one on each screen concurrently, ie when one screen is touch the other won't be out of focus, that 2 user can submit details concurrently ?

I pressume this is something to do with processor listening to hardware input rather then programming side ?

Any help or directions to reading much appreciated.

Many thanks in advance
 
But is it possible to run 2 Java application (or any language) one on each screen concurrently, ie when one screen is touch the other won't be out of focus, that 2 user can submit details concurrently ?
I don't know of any OS that allows multiple simultaneous inputs from a pointing device (mouse, stylus, touch screen, etc). Unless a specialized OS exists (one that would allow multiple mouse pointers on screen) you would probably need to run different instances of an OS on different processors. Otherwise, one application would always lose focus.
 
Status
Not open for further replies.
Back
Top Bottom