Re: JTable - Null Pointer - GUI editor

2019-06-27 Thread Helmut Leininger
Michael, I can execute it without problems., initialize for PrescriptionTable is executed when it is created (from the menu Display/Prescriptons) What did you specifiy as Main Class? It should be PrescriptionDisplay Rergards Am 27.06.2019 um 18:20 schrieb mmo...@me.com: > Here it is. > > Best

Re: JTable - Null Pointer - GUI editor

2019-06-27 Thread Helmut Leininger
Michael, I am sorry, but I do not believe it. If you have "new NewJFrame()" somewhere and you execute it, the constructor gets executed, too. If not, You made an error (not calling new NewJFrame()) Upload (or post) the whole program. Regards Am 27.06.2019 um 17:17 schrieb mmo...@me.com: > All w

[netbeans] source packages are owned by project x and cannot be used here, see 138310

2019-06-27 Thread Alex O'Ree
I could use some help bypassing this if possible. it's a maven project (apache juddi) with a bit of a strange layout. juddi-core/src/main/java - normal maven layout juddi-core-openjpa/src in juddi-core-openjpa/pom.xml, we use an alternate source directory which references the same sources from ju

Re: Swing in Netbeans

2019-06-27 Thread Peter Toye
Thanks Glenn for the comments. I was getting an intermittent notification that there was a missing hamcrest library, but without doing anything about it the messages seem to have disappeared. My code certainly doesn't use hamcrest directly, but there may be some assertion that is translated int