This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 172632 - tab needs tooltip in query results in tabbed pane
Summary: tab needs tooltip in query results in tabbed pane
Status: RESOLVED WONTFIX
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-20 23:00 UTC by err
Modified: 2009-09-25 08:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description err 2009-09-20 23:00:09 UTC
After execute the following in an "sql Command #" window.
    select * from table1;
    select * from table2;
    select * from APP.TABLE1_TABLE2;
A tabbed pane comes up with 3 tabs, one for each result set. The label on the tab has the query. It is easy for the
query to overflow the tab size.

Hovering over the tab should popup the full query.
Comment 1 Jiri Rechtacek 2009-09-21 14:41:28 UTC
The NetBeans DB code correctly sets a full tooltip text in tabs but org.jdesktop.swingx.JXPanel doesn't display it. But
it's out of control NB team => wontfix.