how to use own-JComponent-classes?

hi,
can i use own classes which are extended from JComponent?

i have a class which is extended from JPanel. how can i use this class in the uiDesigner?

0
3 comments
Avatar
Permanently deleted user

There's no way yet to extend palette of components. Sure we will (soon)
provide the means to easily add your custom components to the forms.
As a workaround, you can add a placeholder component and then attach your
real custom component as its child.

--
Best regards,
Anton Katilin
-


JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"


"Michael Seele" <mseele@guh-software.de> wrote in message
news:24117921.1058797219607.JavaMail.itn@is.intellij.net...

hi,
can i use own classes which are extended from JComponent?

>

i have a class which is extended from JPanel. how can i use this class in

the uiDesigner?


0
Avatar
Permanently deleted user

Hello Anton,

Is it planed using of custom layouts for UIDesigner, such as custom
components in UI toolbar?

Thanks!

--
Alexey Efimov, Software Engineer
Sputnik Labs,
http://www.spklabs.com
"Anton Katilin" <anton@intellij.com> wrote in message
news:bfgtsu$h84$1@is.intellij.net...

There's no way yet to extend palette of components. Sure we will (soon)
provide the means to easily add your custom components to the forms.
As a workaround, you can add a placeholder component and then attach your
real custom component as its child.

>

--
Best regards,
Anton Katilin
---------------------------------------------------------
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"

>
>

"Michael Seele" <mseele@guh-software.de> wrote in message
news:24117921.1058797219607.JavaMail.itn@is.intellij.net...

hi,
can i use own classes which are extended from JComponent?

>

i have a class which is extended from JPanel. how can i use this class

in

the uiDesigner?

>
>


0
Avatar
Permanently deleted user

Probably we'll support custom layouts.

--
Best regards,
Anton Katilin
-


JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"


"Alexey Efimov" <aefimov@spklabs.com> wrote in message
news:bfir4k$ijm$1@is.intellij.net...

Hello Anton,

>

Is it planed using of custom layouts for UIDesigner, such as custom
components in UI toolbar?

>

Thanks!

>

--
Alexey Efimov, Software Engineer
Sputnik Labs,
http://www.spklabs.com
"Anton Katilin" <anton@intellij.com> wrote in message
news:bfgtsu$h84$1@is.intellij.net...

There's no way yet to extend palette of components. Sure we will (soon)
provide the means to easily add your custom components to the forms.
As a workaround, you can add a placeholder component and then attach

your

real custom component as its child.

>

--
Best regards,
Anton Katilin
---------------------------------------------------------
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"

>
>

"Michael Seele" <mseele@guh-software.de> wrote in message
news:24117921.1058797219607.JavaMail.itn@is.intellij.net...

hi,
can i use own classes which are extended from JComponent?

>

i have a class which is extended from JPanel. how can i use this class

in

the uiDesigner?

>
>

>
>


0

Please sign in to leave a comment.