Failed to create live visual subcomponent errorLogCombinedPanel as public JPanel errorLogCombinedPanel;. Creating using default constructor javax.swing.JPanel
thanks,
bob k.
That usually means that you don't have a default constructor for the
object. In order for the designer to work, every component has to be a
JavaBean, which means, among other things, that it must have a
parameterless constructor available.
--
Kevin Dean [TeamB]
Dolphin Data Development Ltd.
http://www.datadevelopment.com/
NEW WHITEPAPERS
Team Development with JBuilder and Borland Enterprise Server
Securing Borland Enterprise Server
http://www.datadevelopment.com/papers/index.html
Please see Borland's newsgroup guidelines at
http://info.borland.com/newsgroups/guide.html