Overlapping column name/label toggle button on Results tab
A Java SQL client for any JDBC compliant database
Brought to you by:
colbell,
gerdwagner


O.k. Appears another look-and-feel specific problem. I'm using JGoodies Plastic.
The docs for
JTabbedPane:state:
and it is generally true even with "JGoodies Plastic" L&F, but the component in the given case is
opaque=false, so both of the title and the component appear rendered one over the other (by this L&F). I guess it could be mitigated by setting the title tonullafter (ResultLabelNameSwitcher.java:85):Resolve at your discretion.
Fixed as suggested.