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 34756 - Implement 'Documents quick list'
Summary: Implement 'Documents quick list'
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks: 32223
  Show dependency tree
 
Reported: 2003-07-04 10:24 UTC by mslama
Modified: 2008-12-22 21:52 UTC (History)
2 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mslama 2003-07-04 10:24:28 UTC
The Document quick list, which is open by the drop
down button in tabbed pane, lists all the
documents open in the tabbed pane.

Tim already did some UI for it. It needs some
refinement.
Comment 1 mslama 2003-07-09 10:59:21 UTC
I removed checkbox from list. JTable still used. I made window
subclass of JDialog (undecorated) to be able to activate window (and
transfer focus to it) when window is invoked. So it works fine also
with keyboard. There is still one problem (of TabbedContainer) tabs on
top are not scrolled when tab which is not visible is selected.
Comment 2 mslama 2003-07-09 11:00:40 UTC
Jano check this and update specification so that I can mark this issue
as FIXED.
Comment 3 mslama 2003-07-09 11:02:49 UTC
Another thing: Drop down control is present in all areas not only in
document area. Please specify if this should be everywhere or only in
document area. Issue for TabbedContainer.
Comment 4 mslama 2003-07-30 10:37:49 UTC
Fixed.