Re: Problem adding an image to a label icon...

2023-03-09 Thread Admin Netcrystals
I think the location to your image is incorrect.Where do you store your image and what is the url pattern?Do you use Matisse builder to add the image to the label or do you do it programmatically? Netcrystals  Von: Dwayne Murphy Gesendet: Freitag, März 10,

Re: A plain Java module shared between multiple Netbeans modules

2023-02-01 Thread Admin Netcrystals
, Admin Netcrystals wrote: > I have got a question regarding modules in Rich Client Platform. > > I have got some plain Java modules. They are not related to Netbeans in any way. They are general libraries. Lets call them A, B and C. > > Now, I program a Netbeans program having two N

A plain Java module shared between multiple Netbeans modules

2023-01-31 Thread Admin Netcrystals
Hello,I have got a question regarding modules in Rich Client Platform.I have got some plain Java modules. They are not related to Netbeans in any way. They are general libraries. Lets call them A, B and C.Now, I program a Netbeans program having two Netbeans Modules, lets

Re: Can't create test for class

2023-01-08 Thread Admin Netcrystals
I also had strange problems with JUnit in Netbeans.I figured out t/ following…There seem to be multiple JUnit versions. In Netbeans I think you can choose between JUnit 3 and Junit 4 (or Junit 4 and Junit 5 I cant remember exactly). The older one, version Junit 3 has got

Embedded Language Question

2023-01-08 Thread Admin Netcrystals
Hi,I have got a question regarding the embedded language support of Netbeans.If I write my own grammer/dsl with JavaCC and my language contains a specific tag that marks the beginning and ending of an embedded language, lets say Java, does Netbeans automatically take

Netbeans only Java 1.8 or less?

2023-01-04 Thread Admin Netcrystals
Is it correct that java classes and modules used for building a Rich Client Netbeans Platform App should have no Jave Source Format larger than 1.8? Can I use module-info.java JigSaw features and pack those files to an nbm module?Thanks.  Netcrystals