Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Failed to create error

0 views
Skip to first unread message

bob k

unread,
Feb 8, 2006, 12:06:45 PM2/8/06
to

i'm receiving the following message when using jbuilder2005. can someone help?

Failed to create live visual subcomponent errorLogCombinedPanel as public JPanel errorLogCombinedPanel;. Creating using default constructor javax.swing.JPanel

thanks,
bob k.

Kevin Dean [TeamB]

unread,
Feb 8, 2006, 3:37:08 PM2/8/06
to
bob k wrote:

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

0 new messages