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 47787

Summary: [40cat] Adding new jars - dialog disappears
Product: java Reporter: meliandra <meliandra>
Component: ProjectAssignee: Petr Hrebejk <phrebejk>
Status: RESOLVED FIXED    
Severity: blocker CC: asotona, mkuchtiak
Priority: P4 Keywords: FOCUS
Version: 4.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41537    

Description meliandra 2004-08-24 12:51:52 UTC
[ BUILD # : 200408191352 ]
[ JDK VERSION : J2SE 1.5.0 ]

Project Properties
- Compiling Sources
- Add a jar
=> Dialog appears where you can select jars/folders

=> If you switch the application and go back to the ide you can't find the select jar dialog.

=> The ide is blocked.

=> It takes time to find this dialog again because it's hidden behind some other windows.
Comment 1 David Simonek 2004-08-25 14:25:44 UTC
Passing to projects. I guess dialog doesn't have correct parent set
and result is as desribed in error description.
Comment 2 Jesse Glick 2004-08-25 19:04:26 UTC
Works OK for me on Linux under Metacity. Maybe Windows-specific.
Comment 3 llturro 2004-09-06 19:49:30 UTC
It happen to me too. There is a workaround. Press Alt-Tab and select
the java icon, which has replaced the NetBeans icon, and, voilĂ , there
is the dialog again.
Comment 4 Petr Hrebejk 2004-09-07 12:16:13 UTC
The parent should now be correctly set. 

CCing Web apps and ME they may want to apply similar patch.

ClasspathSupport.java
new revision: 1.17; previous revision: 1.16
done