10 Replies Last post: Jan 20, 2004 5:23 PM by Alexey Efimov  
XuYun  Newbie 3 posts since
Apr 26, 2003
Currently Being Moderated

Dec 24, 2003 11:53 AM

How can I add JSpinner, JSlider and JProgressBar etc. ?

Hi,

  I'm trying UI Designer by studying the UIDesignerSample, and I can't find out and add JSpinner, JSlider.. into my form as the sample does. Any suggesion?

 

Thanks!

XY

Guest
Currently Being Moderated
Dec 26, 2003 3:25 PM in response to: Alexey Efimov
Re: How can I add JSpinner, JSlider and JProgressBar etc. ?

Hi,

 

Since 1030 there's no need to patch resources - please take a look at other

messages in this thread that describe the preferred way.

 

Anton Katilin

Software Developer

JetBrains, Inc

http://www.jetbrains.com

"Develop with pleasure!"

 

"Alexey Efimov" <aefimov@spklabs.com> wrote in message

news:30238106.1072294946359.JavaMail.itn@is.intellij.net...

>

http://www.intellij.org/twiki/bin/view/Main/IntelliJUIDesignerGuide#Adding_custom_components

>

Thanks

 

 

 

Guest
Currently Being Moderated
Dec 26, 2003 4:06 PM in response to: Anton Katilin
Re: How can I add JSpinner, JSlider and JProgressBar etc. ?

Thanks!

I will fix Guide on Twiki soon

 

"Anton Katilin" <anton@intellij.com> wrote in message

news:bsh9bs$qpj$1@is.intellij.net...

Hi,

>

Since 1030 there's no need to patch resources - please take a look at

other

messages in this thread that describe the preferred way.

>

Anton Katilin

Software Developer

JetBrains, Inc

http://www.jetbrains.com

"Develop with pleasure!"

>

"Alexey Efimov" <aefimov@spklabs.com> wrote in message

news:30238106.1072294946359.JavaMail.itn@is.intellij.net...

>

>

http://www.intellij.org/twiki/bin/view/Main/IntelliJUIDesignerGuide#Adding_custom_components

>

Thanks

>

>

 

 

 

Guest
Currently Being Moderated
Dec 29, 2003 6:42 PM in response to: Alexey Efimov
Re: How can I add JSpinner, JSlider and JProgressBar etc. ?

Thank you

 

Anton Katilin

Software Developer

JetBrains, Inc

http://www.jetbrains.com

"Develop with pleasure!"

 

 

"Alexey Efimov" <aefimov@spklabs.com> wrote in message

news:bshbo2$akd$1@is.intellij.net...

Thanks!

I will fix Guide on Twiki soon

>

"Anton Katilin" <anton@intellij.com> wrote in message

news:bsh9bs$qpj$1@is.intellij.net...

Hi,

>

Since 1030 there's no need to patch resources - please take a look at

other

messages in this thread that describe the preferred way.

>

Anton Katilin

Software Developer

JetBrains, Inc

http://www.jetbrains.com

"Develop with pleasure!"

>

"Alexey Efimov" <aefimov@spklabs.com> wrote in message

news:30238106.1072294946359.JavaMail.itn@is.intellij.net...

>

>

>

http://www.intellij.org/twiki/bin/view/Main/IntelliJUIDesignerGuide#Adding_custom_components

>

Thanks

>

>

>

>

 

 

 

Guest
Currently Being Moderated
Dec 25, 2003 4:00 PM in response to: XuYun
Re: How can I add JSpinner, JSlider and JProgressBar etc. ?

XuYun wrote:

Hi,

  I'm trying UI Designer by studying the UIDesignerSample, and I can't find out and add JSpinner, JSlider.. into my form as the sample does. Any suggesion?

 

Thanks!

XY

 

Since build 1030 it will be possible to customize component palette.

$IDEA_HOME/palette directory will have XML file with custom (additional)

components that appear in UI designer palette.

 

--

Vladimir Kondratyev

Software Developer

JetBrains, Inc

http://www.jetbrains.com

"Develop with pleasure!"

 

Guest
Currently Being Moderated
Dec 26, 2003 3:20 PM in response to: XuYun
Re: How can I add JSpinner, JSlider and JProgressBar etc. ?

Hi,

 

Yes, you have to create a new *.xml file in that directory (and create

directory itself as it does not exist).

It this moment there's no help that describes this issue in detail.

As an example of xml's content please take a look at

com/intellij/uiDesigner/default-palette.xml located at wrote in message

news:31812318.1072404020361.JavaMail.itn@is.intellij.net...

Not found out this directory in build 1032, should I create it by myself?

 

 

 

Guest
Currently Being Moderated
Dec 26, 2003 3:23 PM in response to: Vladimir Kondratyev (JetBrains)
Re: How can I add JSpinner, JSlider and JProgressBar etc. ?

Hi,

 

Indeed the directory is wrote in message

news:bsen5p$s0d$1@is.intellij.net...

XuYun wrote:

Hi,

  I'm trying UI Designer by studying the UIDesignerSample, and I can't

find out and add JSpinner, JSlider.. into my form as the sample does. Any

suggesion?

>

Thanks!

XY

>

Since build 1030 it will be possible to customize component palette.

$IDEA_HOME/palette directory will have XML file with custom (additional)

components that appear in UI designer palette.

>

--

Vladimir Kondratyev

Software Developer

JetBrains, Inc

http://www.jetbrains.com

"Develop with pleasure!"

 

 

 

Alexey Efimov JetBrains 1,410 posts since
Aug 21, 2002
Currently Being Moderated
Jan 4, 2004 9:24 PM in response to: Anton Katilin
Re: How can I add JSpinner, JSlider and JProgressBar etc. ?

Good means!

So, this it maybe configurable implementtaion for it soon?

More Like This

  • Retrieving data ...