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

Summary: Cut/Paste doesn't preserve font bold in component designer
Product: guibuilder Reporter: Jaromir Uhrik <juhrik>
Component: CodeAssignee: Jan Stola <jstola>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P4    
Version: -S1S-   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

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.