I want to make Java JDialog appear like it is presented in the image (link below) using JDK 6 Swing. Is it possible? if so kindly guide me.
Image Link:
Image
I want to make Java JDialog appear like it is presented in the image
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.
In java swing this is called the ‘look and feel’. You can change the look and feel as follows:
Sun has a large Look and feel tutorial that explains how this works.
I’m not sure which look and feel you are linking to though, you’d have to find that out.