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 40114 - [JDK1.5.0] Bad FormEditor
Summary: [JDK1.5.0] Bad FormEditor
Status: VERIFIED DUPLICATE of bug 35870
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Ondrej Rypacek
URL:
Keywords: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2004-02-15 15:10 UTC by cfh
Modified: 2004-03-03 14:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE LOG (174.21 KB, text/plain)
2004-02-15 15:12 UTC, cfh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cfh 2004-02-15 15:10:48 UTC
This shit always happens using formeditor when
trying to set background, preferredSize etc.

And sometimes it put 2 lines in the editor, like 
this if I in exaple edit a table's preferredSize

table.setPreferredSize(new java.awt.Dimension
(500,200));
table.setPreferredSize(new java.awt.Dimension
(500,100));
Comment 1 cfh 2004-02-15 15:12:43 UTC
Created attachment 13437 [details]
IDE LOG
Comment 2 Milan Kubec 2004-02-16 07:54:32 UTC

*** This issue has been marked as a duplicate of 35870 ***
Comment 3 Jaromir Uhrik 2004-03-03 14:02:04 UTC
duplicate verified - the same exception in ide.log