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 212792 - Absolute Layout - the font is not bold in pop-up menu
Summary: Absolute Layout - the font is not bold in pop-up menu
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: PC Linux
: P4 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
: 213258 219174 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-05-21 15:07 UTC by asenk
Modified: 2012-11-08 02:49 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 asenk 2012-05-21 15:07:28 UTC
Product Version: NetBeans IDE Dev (Build 201205200400)
Java: 1.7.0_04; Java HotSpot(TM) Client VM 23.0-b21
System: Linux version 3.2.0-24-generic-pae running on i386; UTF-8; en_US (nb)

1)Create JFrame form and add some swing components
2)In navigator invoke popup menu on [JFrame] node

3)In 'Set Layout' -> Free Design is in bold
4)Select Absolute Layout
5)Invoke pop up menu on [JFrame] node again

RESULT:In 'Set Layout' is no layout in bold.
Comment 1 Tomas Pavek 2012-09-11 09:40:34 UTC
*** Bug 213258 has been marked as a duplicate of this bug. ***
Comment 2 Tomas Pavek 2012-10-02 11:47:20 UTC
*** Bug 219174 has been marked as a duplicate of this bug. ***
Comment 3 Tomas Pavek 2012-11-07 13:30:53 UTC
Fixed as part of http://hg.netbeans.org/jet-main/rev/1196c3966367.
Comment 4 Quality Engineering 2012-11-08 02:49:26 UTC
Integrated into 'main-golden', will be available in build *201211080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/1196c3966367
User: Tomas Pavek <tpavek@netbeans.org>
Log: #215528, #212792, #80042, #70683: improved handling of custom layouts, incl. unknown, also allowing to set default layout, plus some other fixes