Touch Screen User Interface

2000-05-22 Thread Sachin Mallapurkar
Hello, I need to develop a "touch screen" user interface (that should run within a browser). Is there any functionality within JSP/Java that will allow me to do this? What are my options? How should I proceed? Any help/directions is greatly appreciate

Re: Touch Screen User Interface

2000-05-23 Thread Russell, Richard (DEH)
JSP produces HTML -- it can do anything HTML can do... A touch screen User interface is to do with the hardware platform and the OS... even the browser will have little effect... what do you expect a SERVER-SIDE HTML-producing technology to be able to do to help you here? rr > -Origi

Re: Touch Screen User Interface

2000-05-25 Thread technoid
Subject: Re: Touch Screen User Interface JSP produces HTML -- it can do anything HTML can do... A touch screen User interface is to do with the hardware platform and the OS... even the browser will have little effect... what do you expect a SERVER-SIDE HTML-producing technology to be able to do to h