Re: Swing & Navigator

1998-09-16 Thread David Wilkinson
e problem domains. They aren't typically interchangeable. If you're really having problems with swing, the only real answer is to stick to the standard AWT. Dave W. -- David Wilkinson http://www.cascade.org.uk/

Re: Servlets on Linux

1998-07-29 Thread David Wilkinson
At 11:51 29/07/98 -0500, you wrote: > > I just do it and in my case not work :-( Try changing: import java.servlet.*; import java.servlet.http.*; to: import javax.servlet.*; import javax.servlet.http.*; Dave W. -- David Wil

Re: Major Swing/Linux Project?

1998-05-28 Thread David Wilkinson
could have a dedicated web server running as root configured quite tightly to accept only a limited set of requests. I'm not sure how authentication would work though... Dave W. -- David Wilkinson http://www.cascade.org.uk/