What UI Framework does Java Web Start use? And where can I begin development for it? I’m running Netbeans but I’m fairly confused as to how Java Web Start works
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.
JWS can launch any rich client UI framework. That means a J2SE based (J)Frame, or (J)Applet, or if you provide the necessary classes and natives on the server and specify them in the JNLP file, an SWT based UI.
Perhaps it would help to play about with some self contained JWS examples. You can find a number of them in my JNLP API demo. page, which provides a zip archive of the complete source (JNLP, .java & an an ant based build file) of each demo.
Netbeans should be able to deal with Ant based projects with ease.