As seen in screenshot 1, NetBeans (v8.2) does not recognise JFrame when extended (this is how NetBeans generated the file, which worked fine on another computer). As seen in screenshot 2, JFrame does not appear in the package list.
I have tried:
- Creating a new project
- Changing the line to
extends JFrame
- Restarting IDE
- Reinstalling IDE
- Googling a lot (no one else seems to have this issue)
- Listed the bug at https://issues.apache.org/jira/browse/NETBEANS-905
Any ideas?