Board index » jbuilder » Re: JBuilder2005 Issue
Jordi Peris
![]() JBuilder Developer |
Re: JBuilder2005 Issue2005-02-04 03:34:31 PM jbuilder0 CaptnTony escribi? QuoteUpdate 3 helped solved that issue for me. Not once has the designer another JPanel (jPanel2) In JPanel2 whe have JLabels, JTextfields, and 1 button. The icon of the button was loaded from a file with "new ImageIcon(PropertiesClass.getProperty(directory)+"/image.gif"). Of course, in design time the icons do not appear because the class with properties is loaded on execution time. In JBuilderX the panel 2 showed in grey and empty. That i think is normal, but in JBuilder 2005, if after this statement i have a statement of a JTextField (like setMinimumSize(20,20)), then in jpanel1 all the jLabels is showed whith no text, no size and no font. I have change the images and now is loaded like a resource and all works fine. |