|
EltimaJ Image Field problem -
08-20-2009, 11:00 AM
I am developing a Netbeans RCP application and using additional EltimaJ components. My problem is with the ELImageField component. I use it in an Editor and although it instantiates, it will not load the intended image:
eLImageField1 = new ELImageField(new ImageIcon("c:/photos/file1.jpg"));
I can manapulate the component and load images via its file selector once I open the editor and if I use the same code in a plain Java application, all works fine.
Any thoughts?
|