I want to use a windows look and feel as the main appearance while making the progress bar the nimbus look and feel. Is that possible?
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.
You can mix most of the UIs how you you want. Either create your own lookandfeel class which sets all the UI elements as system and the progress as nimbus or use the setUI method explicitly with the NimbusUI class for the progress bar. This is how applications have custom looking components.
Keepin mind with swing you can do almost anything you want since most of the drawing is handled within the Swing framework.