Reputation: 7585
In netbeans I should want a layout like the second in this page : http://wiki.netbeans.org/WinsysLayoutFor65
The navigator is in bottom, left side. I can't do that. If I select menu Window/Navigating/Navigator, the navigators appears in the middle panel. If I drag drop it, it goes in left, or in bottom, but never in bottom left.
How is it possible to put it in bottom left ?
Thanks.
Upvotes: 3
Views: 31354
Reputation: 86845
You don't have to move the entire popup window, but only the tab inside the window named "Navigator".
This is different to eclipse
and thus probably confusing to most of us.
Upvotes: 1
Reputation: 1
How is it possible to put it in bottom left ?
I've managed to put the navigator in bottom left by doing the following:
1 Click Navigator => Inspect => Members
2 The Navigator window appears
3 Click the little circle at the top right to dock the Navigator
The Navigator will appears in the bottom left.
Upvotes: 0
Reputation: 17375
Try to drag it directly into the bottom of (not under!) the files/project window.
As an alternative open the inspector: Navigation->Inspector
(which should appear out of the box in the bottom left)
and after this add the navigator to it via drag and drop.
Upvotes: 1