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 - [40cat] Adding new jars - dialog disappears
Summary: [40cat] Adding new jars - dialog disappears
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords: FOCUS
Depends on:
Blocks: 41537
  Show dependency tree
 
Reported: 2004-08-24 12:51 UTC by meliandra
Modified: 2004-09-07 12:16 UTC (History)
2 users (show)

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 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