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

Summary: JInternalFrame can't be set 'maximum'
Product: guibuilder Reporter: jaimeschettini <jaimeschettini>
Component: CodeAssignee: jaimeschettini <jaimeschettini>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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 ***