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 82957 - JInternalFrame can't be set 'maximum'
Summary: JInternalFrame can't be set 'maximum'
Status: RESOLVED DUPLICATE of bug 82958
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: jaimeschettini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-18 05:36 UTC by jaimeschettini
Modified: 2006-08-18 10:31 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 jaimeschettini 2006-08-18 05:36:42 UTC
I'm using a MDI application. I set in my jinternalframe properties the option
maximum, so the frame was going to be maximized when i call for debug my
program. But when i debug the project, the following appears:
Exception in thread "main" java.lang.NullPointerException

and the application doesn't run. I set this manually
(jinternalframe.setMaximum(true);) with exception treatment and the application
ran naturally. But i want to set this option like so many others: in my dessign
view. Anyone knows this problem? Is this a bug? Can I fix this in netbeans
generated code?
Comment 1 Jan Stola 2006-08-18 10:31:52 UTC

*** This issue has been marked as a duplicate of 82958 ***