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 258096

Summary: NullPointerException at org.netbeans.modules.form.menu.KeyboardMenuNavigator.selectOffsetMenu
Product: guibuilder Reporter: FiruzzZ
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 222658
Attachments: stacktrace

Description FiruzzZ 2016-02-22 13:38:37 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.74-b02, Java(TM) SE Runtime Environment, 1.8.0_74-b02
OS: Windows 10

User Comments:
FiruzzZ: I am not sure when happened but I guess it was when I was trying to navigate through a Menu and its MenuItems with the arrows of the keyboard




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.menu.KeyboardMenuNavigator.selectOffsetMenu(KeyboardMenuNavigator.java:208)
   at org.netbeans.modules.form.menu.KeyboardMenuNavigator.keyPressed(KeyboardMenuNavigator.java:101)
   at java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:250)
   at java.awt.Component.processKeyEvent(Component.java:6493)
   at javax.swing.JComponent.processKeyEvent(JComponent.java:2832)
   at java.awt.Component.processEvent(Component.java:6312)
Comment 1 FiruzzZ 2016-02-22 13:38:38 UTC
Created attachment 158598 [details]
stacktrace