If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
Answer / Mudit Kumar Saxena
To use SolarisUI for a JTabbedPane while keeping the Metal UI for other components in Java Swing, you can create a custom LookAndFeel (LAF) that extends MetalLookAndFeel and overrides the getComponentUI method for JTabbedPane to return a new instance of your custom SolarisUITabbedPaneUI. This allows you to swap out the UI for just the JTabbedPane component.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to create Calculator GUI using Gridbaglayout as like as Window Calculator??????????? (Open calculator Go-->Run-->type calc-->Enter)
What are the different algorithms used for clustering?
how can u cal servlet from java?
What is difference RMI registry and OSAgent?
What do you know about seam?
What are the steps involved in developing an RMI object?
What is J2EE?
What is the purpose of the notify() method?
What is Servlet Filter And What does it work?
What is permgen or permanent generation?
Difference between DurableSubscription and non- DurableSubscription?
what is activation monitor and what is its job?