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 179834

Summary: Invalid layout of dialog Resolve Missing Modules Problem
Product: contrib Reporter: Michael Nazarov <michaelnazarov>
Component: CodeAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: normal CC: jglick, jkovalsky, kapitarg
Priority: P3 Keywords: NETFIX
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot
screenshot
Changed layout of ContentPanel and LicensePanel

Description Michael Nazarov 2010-01-25 04:52:30 UTC
If there are problems with installed modules IDE shows dialog named Resolve Missing Modules Problem. Layout of this dialog seems to be corrupted one it stretched vertically.
Check screenshot for details.
Comment 1 Michael Nazarov 2010-01-25 04:53:07 UTC
Created attachment 93522 [details]
screenshot
Comment 2 Michael Nazarov 2010-01-25 04:54:58 UTC
Created attachment 93523 [details]
screenshot
Comment 3 Michael Nazarov 2010-01-25 04:56:00 UTC
One more page corrupted if stretched horizontally, check other screenshot.
Comment 4 dlipin 2010-01-25 04:57:09 UTC
-> main/contrib/moduleresolver
Comment 5 kapitarg 2010-04-03 08:12:20 UTC
I'd like to NetFIX [1] this bug. Is it possible?

[1] http://wiki.netbeans.org/NetFIX
Comment 6 Jesse Glick 2010-04-05 14:46:00 UTC
This is a contrib module so NetFIX does not apply. Anyone with permissions to push to contrib can fix it without any further ado. (If you don't have such permission but can attach a patch, do so and I can apply it.)
Comment 7 kapitarg 2010-04-08 20:28:15 UTC
Created attachment 96927 [details]
Changed layout of ContentPanel and LicensePanel

Also added org.openide.util.lookup as a dependency because of a compile error in RestartNotifier.java
Comment 8 Jiri Kovalsky 2010-04-09 11:25:01 UTC
Jesse, can you please review Gabor's patch and integrate it if you don't have any objections? Thanks a lot!
Comment 9 Jesse Glick 2010-04-09 15:51:02 UTC
Also incremented module spec version so as to push fix to AU.

contrib #8689e68438af
Comment 10 Jiri Kovalsky 2010-04-12 14:39:57 UTC
Thanks Jesse for review and integration and special thanks to Gabor for the patch!