I have created a web applet in Java which uses the FileDialog. The file dialog works fine on Windows, I am wondering if it is cross platform. Does it work on Mac and Linux? Or do you need to specify custom parameters? If so, how?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, FileDialog is part of java.awt.* package which is available on standard Java SE runtime. Mac OSX typically ships with Java SE runtime so you shouldn’t have any problem with FileDialog (look and feel might be different)