Is there any one to help?
I have succefully added a new java bean pelete in the GII Designer. It contains 'www.l2fprod.com Common Components' which a free library containing standard java beans.
One of the compnents is 'JButtonBar' which serves as a container for standard JButton components and alike. Now the problem is that when I drag and drop JButton on the JButtonBar the JButton is not added to it where as all this works very well in JBuilder. Please help.
Thanks in advance!
Please sign in to leave a comment.
Custom container componets are not supported by the UI designer.
--
Best regards,
Eugene Zhuravlev
Software Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"
"Abdul Sattar Mughal" <no_mail@jetbrains.com> wrote in message news:26249128.1102581601600.JavaMail.itn@is.intellij.net...
>I have succefully added a new java bean pelete in the GII Designer. It contains 'www.l2fprod.com Common Components' which a free
>library containing standard java beans.
>
>
Thanks for your quick response. Now what should I do? Is there any way to do what I want or I will just have to wait for next release of IDEA and carry on development with JBuilder.
Your's Truly
Abdul Sattar
Manager IT
PowerDevelopers
You can either code UI without UI designer or use it to create a skeleton of UI form (where your custom container is a "black-box"
component) and then populate such containers "by hand".
--
Best regards,
Eugene Zhuravlev
Software Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"
"Abdul Sattar Mughal" <no_mail@jetbrains.com> wrote in message news:22084160.1102633007942.JavaMail.itn@is.intellij.net...
>
>