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 - No space between icon and the message in customizer warning/error
Summary: No space between icon and the message in customizer warning/error
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 7.1
Hardware: PC Linux
: P4 normal (vote)
Assignee: Jesse Glick
URL:
Keywords: UI
Depends on:
Blocks: 200289
  Show dependency tree
 
Reported: 2011-07-27 12:01 UTC by Tomas Mysik
Modified: 2011-07-28 14:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screen shot (29.08 KB, image/png)
2011-07-27 12:01 UTC, Tomas Mysik
Details

Note You need to log in before you can comment on or make changes to this bug.
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