Can you make the Administrator to specify the values through initial parameters in your descriptor?
Anyway, I have no problem in using swing classes within my server. In fact, some time ago I developed an entire "swing" administration panel for a Tomcat webapp, and I had to configure nothing. The swing classes are part of the java core, so you should have them in your classpath, just like java.util and java.lang packages. Are you using AbstractButton directly? If so, why not use JButton instead? ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
