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 45593 - Form designer is unusable
Summary: Form designer is unusable
Status: CLOSED WORKSFORME
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-25 15:42 UTC by Marian Mirilovic
Modified: 2006-03-24 10:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NullPoitnerException (2.03 KB, text/plain)
2004-06-25 15:42 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2004-06-25 15:42:10 UTC
[nb_dev](200406241800), [jdk1.5.0](b51)

Steps to reproduce:
- run IDE
- create JFrame file
- try to add JButton
-> NullPOinterException rises (see attachment)
Comment 1 Marian Mirilovic 2004-06-25 15:42:29 UTC
Created attachment 16013 [details]
NullPoitnerException
Comment 2 Jan Stola 2004-06-28 11:18:29 UTC
The attached exception can occur only when the form file is
not a part of a project. In such a situation we cannot do much -
- we don't know the origin of the required classes. The exception
has been modified to mention this fact.
I am sorry I am not able to reproduce this issue in a normal way =>
closing as works for me.
Comment 3 Marian Mirilovic 2004-06-30 08:36:34 UTC
I can't reproduce it any more ... verified in [nb_dev](200406291800)