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 256792 - No ActionListener
Summary: No ActionListener
Status: RESOLVED INCOMPLETE
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Windows 8.1
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-25 18:34 UTC by cemock
Modified: 2016-02-29 12:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
No ActionListener (187.32 KB, application/vnd.openxmlformats-officedocument.wordprocessingml.document)
2015-11-25 18:34 UTC, cemock
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cemock 2015-11-25 18:34:06 UTC
Created attachment 157497 [details]
No ActionListener

I am trying to write a code that creates a login where a user enters a password.  I am trying to use ActionListener to implement buttons, but my version of NetBeans can't find it.  Typing the line importjava.event.ActionListener gives me an error message that says "cannot find symbol; symbol: class ActionListener; location: class event.  The Alt+Enter hints don't do anything to fix the problem.  It appears that for some reason my version of NetBeans lacks the ActionListener.
Comment 1 Jiri Prox 2016-02-29 12:55:34 UTC
Can you please try deleting your cache dir? It's location is written in Help->About

If it does not help, please attach messages.log file.

Thanks