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 200420

Summary: No space between icon and the message in customizer warning/error
Product: projects Reporter: Tomas Mysik <tmysik>
Component: Generic Projects UIAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: normal Keywords: UI
Priority: P4    
Version: 7.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 200289    
Attachments: screen shot

Description Tomas Mysik 2011-07-27 12:01:32 UTC
Created attachment 109638 [details]
screen shot

There is no space between icon and the message in customizer warning/error, could you please add it? Have a look at the attached screenshot.

Thanks.

Product Version: NetBeans IDE Dev (Build 20110727-7a068d097c9e)
Java: 1.6.0_26; Java HotSpot(TM) 64-Bit Server VM 20.1-b02
System: Linux version 2.6.38-10-generic running on amd64; UTF-8; cs_CZ (nb)
Comment 1 Jesse Glick 2011-07-27 14:57:09 UTC
core-main #807700cec8b3
Comment 2 Jesse Glick 2011-07-27 14:57:56 UTC
Note: easiest impl would simply be use to use new JLabel(text, icon); but this fails to line-wrap when the label is too long for the dialog, as sometimes happens.
Comment 3 Quality Engineering 2011-07-28 14:00:00 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/807700cec8b3
User: Jesse Glick <jglick@netbeans.org>
Log: #200420: No space between icon and the message in customizer warning/error