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 90759 - Add Project default opens one level down than Open Project
Summary: Add Project default opens one level down than Open Project
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-07 14:08 UTC by Jaromir Uhrik
Modified: 2008-04-01 12:58 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 Jaromir Uhrik 2006-12-07 14:08:08 UTC
NetBeans IDE Dev (Build 200612051900)
1.5.0_06; Java HotSpot(TM) Client VM 1.5.0_06-64
Mac OS X version 10.4.8 running on ppc
en_US (nb); MacRoman

Open Project and Create J2SE project actions offer the project path as
/home/user_name/NetBeansProjects. While actions "Add Project" and "Add
JAR/Folder" on Libraries node of J2se project offer default location
/home/user_name/. Please set this to /home/user_name/NetBeansProjects to be
consistent.
Comment 1 Jesse Glick 2006-12-07 15:46:53 UTC
Probably specific to the filechooser impl (L&F, or standard vs. quickfilechooser
vs. Soot Phengsy's dirchooser) - check to see if the project folder is selected.
May not be fixable.
Comment 2 Milan Kubec 2008-04-01 12:58:25 UTC
For 'Add Project' it already works this way and for 'Add JAR/Folder' it ends in home dir, which I think is more correct.