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 246653 - NullPointerException at org.netbeans.modules.notifications.FlashingIcon.onMouseClick
Summary: NullPointerException at org.netbeans.modules.notifications.FlashingIcon.onMou...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-22 22:41 UTC by GldfrdEng
Modified: 2015-07-18 10:10 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 209286


Attachments
stacktrace (2.49 KB, text/plain)
2014-08-22 22:41 UTC, GldfrdEng
Details

Note You need to log in before you can comment on or make changes to this bug.
Description GldfrdEng 2014-08-22 22:41:10 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Windows 7

User Comments:
GUEST: start up NetBeans IDE 8.0

GldfrdEng: Key board doesn't work properly in source code editor. alpha-numerics are OK, but  'return' and 'enter' don't work.

So, eventually, I re-install latest jRE/jDK and latest Netbeans. Now, whenever I start Netbeans I get an exception in the exception log.

Also,  my javafx program won't compile as the library can't be found. 

I try to create a new javafx platform, but although the list is empty the fx library exists as the dialog prevents me from creating a new one with the same name.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.notifications.FlashingIcon.onMouseClick(FlashingIcon.java:158)
   at org.netbeans.modules.notifications.FlashingIcon.mouseClicked(FlashingIcon.java:150)
   at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:269)
   at java.awt.Component.processMouseEvent(Component.java:6528)
   at javax.swing.JComponent.processMouseEvent(JComponent.java:3321)
   at java.awt.Component.processEvent(Component.java:6290)
Comment 1 GldfrdEng 2014-08-22 22:41:14 UTC
Created attachment 148851 [details]
stacktrace
Comment 2 GldfrdEng 2014-08-22 22:53:05 UTC
Forgot to mention: cannot create a new JavaFX project either.
Comment 3 Ondrej Vrabec 2015-03-04 09:56:58 UTC
windows system seems to have problems loading any of Windows2/Components/* components (NotificationsTC among them).
Should notification TC handle this situation somehow, stando?