I’m using a JToolBar to have a toolbar on my application, but I don’t like the look of it. Actually, there’s basically no look, no background and the buttons are flat when the mouse is not over them. This is on Windows.
How can I have a better look for this? Something that would fit better on Windows? Maybe something like the ToolStrip in Visual Studio? Or maybe something better that would look much better depending on the OS version (Windows, Mac, Linux)?
Suggestions?
Leverage the concept of pluggable look and feels and select on each OS the look and feel considered native(or at least good looking) for it. The GTK+ look & feel look great in GNOME on Linux, Windows classic is for Windows pre Vista, etc.