Thanks Tim,
I was having this issue in another project which had a reference to the
project with the class extending JPanel as a dependency. Erasing and
re-adding the dependency seemed to work and I don't have the issue
anymore (for now).
Anyways, if I came across the issue again I'll try wh
Hi
I have a file template for a java class that extends JPanel. I have
copied the JPanel template and changed "extends JPanel" to "extends
MyClass" (MyClass extends JPanel).
When I create a new MyClass file (using the template) everything is
fine. The problem arises when I drag a component