Norbert Lazzeri wrote: > hi, > > ive used intellij to write a swing-application. i also used the jgoodies > plugin. > > for each form i created, the builder created 2 files: TheClass.form > (xml-data), TheClass.java
Where do you put the .form files? In Maven philosophy they're application resources and belong into src/main/resources, not src/main/java. -dirk --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
