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 17287

Summary: Titled Border : Form Editor set FormConnection|Value "null" as value of title in TitledBorder
Product: guibuilder Reporter: Marian Mirilovic <mmirilovic>
Component: CodeAssignee: Tomas Pavek <tpavek>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Marian Mirilovic 2001-11-05 11:25:02 UTC
[nb_dev](20011102),[jdk1.3.1](01)

Steps to reproduce:
- open/create JFrame, add JLabel
- set border of JLabel as Titled Border
- invoke border property editor, invoke property editor for Title
- change mode to Form Connection
- type value "huhuhu" | Ok
-> generated code:
	jLabel1.setBorder(new javax.swing.border.TitledBorder("null"));
Comment 1 Tomas Pavek 2001-11-06 15:26:27 UTC
Fixed.
Comment 2 Marian Mirilovic 2001-11-08 09:35:45 UTC
verified in [nb_dev](20011108)
Comment 3 Quality Engineering 2003-06-30 18:33:10 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.