java - How to set web look and feel only for a JCombobox -
I want to set the web form and only want to feel for jacombobox in netbans.
Image:
Generally speaking in swing, you can not see for any specific component, but for the whole set Can feel. See.
On the other hand, provides extensions for swing components that have a custom "look", which does not need to look and feel weblf for the entire app. In this situation, instead of using JComboBox
you can use the WebComboBox
which is an extension of the previous one although this custom look is limited and some features such as font (size , Weight and family), renderers, pop ups, etc., and are still similar to the configured format and experience. That's why I do not suggest you to do this and set the weblog to look and feel or use standard swing components.
Consider the following pictures (Note: WebList is broken with Nimbus):
MetLock Endfile
Nimbus look endless
Windows Look Endless
WebLock Endless
Comments
Post a Comment