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 45245 - close button eats too much real estate
Summary: close button eats too much real estate
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2004-06-20 10:06 UTC by Milos Kleint
Modified: 2004-08-13 12:11 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 Milos Kleint 2004-06-20 10:06:49 UTC
See summary.

On low resolution displays the close button in
Usages or Refactoring views is a waste of vertical
space. Please remove it completely or move it to
the 2 other buttons on the side where the waste is
not so big.
Comment 1 Martin Matula 2004-06-20 10:53:03 UTC
Moving "Close" button to the toolbar on the left sounds like a good
idea - definitely for the "Usages" window. The "Do Refactoring" button
may be more problematic, since in toolbar it may not be visible enough
for a user to undestand what he is supposed to do. Dusane?
Comment 2 dpavlica 2004-06-29 16:01:33 UTC
We agreed to close icons situated on inner TABs and to the following 
Contextual menu instead of Close button at the bottom of Preview 
window.

Close Tab                  Ctrl+F4
Close All Tabs
Close All Tabs But Active 

This concept should be consistent for each window with inner TABs and 
we would like to clean it up in next release.
Comment 3 Martin Matula 2004-06-29 16:29:23 UTC
Dusan, I assume the Do Refactoring button should still stay as is (and
occupy the bottom area of the preview window). Is that right?
Comment 4 Jan Becicka 2004-07-02 15:23:57 UTC
Partially fixed. Close buttons still missing.

Checking in org/netbeans/modules/refactoring/ui/Bundle.properties;
/cvs/refactoring/src/org/netbeans/modules/refactoring/ui/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.17; previous revision: 1.16
done
Checking in org/netbeans/modules/refactoring/ui/RefactoringPanel.java;
/cvs/refactoring/src/org/netbeans/modules/refactoring/ui/RefactoringPanel.java,v
 <--  RefactoringPanel.java
new revision: 1.12; previous revision: 1.11
done
Checking in
org/netbeans/modules/refactoring/ui/RefactoringPanelContainer.java;
/cvs/refactoring/src/org/netbeans/modules/refactoring/ui/RefactoringPanelContainer.java,v
 <--  RefactoringPanelContainer.java
new revision: 1.3; previous revision: 1.2
done
Comment 5 Jan Becicka 2004-07-16 12:46:26 UTC
Changing to Fix. Missing close buttons covered by issue 44576.
Comment 6 Milos Kleint 2004-08-13 10:19:17 UTC
verified