Re: JFileChooser not working

2018-07-03 Thread Johan Compagner
Are you expecting that an application running on tomcat on a server will display the awt/swing components on a client? How is that code downloaded to the client? Webstart? What does the client start or load? But this is not really a tomcat question.. Op di 3 jul. 2018 21:04 schreef James Finnall

JFileChooser not working

2018-07-03 Thread James Finnall
Hello All, Developed application that works locally on XAMPP using JFileChooser (awt and swing).  I build the .war file, code sign it with jarsigner, and deploy to Tomcat server.  The server expands it out and it functions until it hits the JFileChooser section and then nothing.  No dialog appears