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 33942 - Cut/Paste doesn't preserve font bold in component designer
Summary: Cut/Paste doesn't preserve font bold in component designer
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: -S1S-
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-27 17:30 UTC by Jaromir Uhrik
Modified: 2004-08-16 16:38 UTC (History)
0 users

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 Jaromir Uhrik 2003-05-27 17:30:15 UTC
[030521; j2sdk1.4.1_02]
Steps to reproduce:
1.Add JPanel1 and JPanel2 into the JFrame
2.Add JButton to the JPanel1
3.The visible font on the component designer is bold
4.Cut JButton and Paste it into the JPanel2
5.The visible font on the component designer is not! bold
The font is correct in the source code, the boldness is 
not preserved in the component inspector only. To see the 
correct font the user just needs to reopen the form.
Comment 1 Jan Stola 2004-08-03 10:03:29 UTC
I was able to reproduce this on Metal look and feel.
The problem was that Cut and Paste was not executed
in form L&F, but in IDE L&F.
Comment 2 Jaromir Uhrik 2004-08-16 16:38:34 UTC
Verified - in 200408161051; jdk1.5.0-rc-b63.