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 3289 - Wrong Code Generation in JInternalFrame
Summary: Wrong Code Generation in JInternalFrame
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P1 major (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-11 01:17 UTC by Martin Entlicher
Modified: 2007-11-05 13:44 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 Martin Entlicher 1999-08-11 01:17:32 UTC
The following code was generated:


      jInternalFrame1 = new javax.swing.JInternalFrame ();
      jInternalFrame1.getContentPane ()setLayout (new java.awt.BorderLayout ());

a dot is missing before setLayout(..)