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 256369 - NullPointerException at com.codename1.forms.GuiBuilderNewWizard.getName
Summary: NullPointerException at com.codename1.forms.GuiBuilderNewWizard.getName
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-04 23:13 UTC by ovilladeamigo
Modified: 2015-11-04 23:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220960


Attachments
stacktrace (9.89 KB, text/plain)
2015-11-04 23:13 UTC, ovilladeamigo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ovilladeamigo 2015-11-04 23:13:17 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Linux

User Comments:
ovilladeamigo: error ocurre in add form codenameone




Stacktrace: 
java.lang.NullPointerException
   at com.codename1.forms.GuiBuilderNewWizard.getName(GuiBuilderNewWizard.java:74)
   at com.sun.java.swing.plaf.gtk.GTKStyle.getInsets(GTKStyle.java:316)
   at javax.swing.plaf.synth.SynthStyle.installDefaults(SynthStyle.java:913)
   at javax.swing.plaf.synth.SynthLookAndFeel.updateStyle(SynthLookAndFeel.java:265)
   at javax.swing.plaf.synth.SynthPanelUI.updateStyle(SynthPanelUI.java:117)
   at javax.swing.plaf.synth.SynthPanelUI.installDefaults(SynthPanelUI.java:100)
Comment 1 ovilladeamigo 2015-11-04 23:13:19 UTC
Created attachment 157155 [details]
stacktrace