Re: javax.swing.GroupLayout changed to org.jdesktop.layout.GroupLayout by form designer

2023-05-07 Thread Fernando Calderón
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

javax.swing.GroupLayout changed to org.jdesktop.layout.GroupLayout by form designer

2023-04-28 Thread Fernando Calderón
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