I’ve googled but can’t seem to find dedicated tutorial series to building desktop UI apps on netbean.
Can someone point to a good site ?
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.
I doubt there are very many tutorials out there on this subject; the NetBeans IDE’s GUI editor makes laying out Java Swing GUI components fairly simply — about ten minutes of experimentation and you should be able to lay out a GUI. As for handling GUI events, triggering changes in the GUI as a result, etc., that requires knowledge of Java Swing for which there are plenty of Java Swing tutorials out there.