Question regarding sample

I downloaded the sample

http://www.intellij.org/twiki/bin/view/Main/IntelliJUIDesigner#Samples

I'm still confused about how it works, below are my questions.

1. I found that if I do not set the fill in JPanel(Form -> panel JPanel -> JPanel) to NONE, the small icons(e.g. like "split rows", "insert column before this") does not appears.

Is there another way to do the same task?

2. After setting the fill mentioned above to NONE, I tried to drag another component like JButton or JPanel to the "panel JPanel"(the outer panel), but the UI designer refuses to allow me to do so. Am I doing anything wrongly.

TIA.

0

Hello,
The question is "How work with layout"?

I can place some descriptions about working with UIDesigner on TWiki site,
if it realy need. Setting "fill" property to NONE means that component will
NOT fill all entiry area of parent component or layout cell, i guess.
Thanks!

--
Alexey Efimov, Software Engineer
Sputnik Labs,
http://www.spklabs.com
"simplicity" <no_reply@jetbrains.com> wrote in message
news:19985807.1061289874941.JavaMail.itn@is.intellij.net...

I downloaded the sample

>

http://www.intellij.org/twiki/bin/view/Main/IntelliJUIDesigner#Samples

>

I'm still confused about how it works, below are my questions.

>

1. I found that if I do not set the fill in JPanel(Form -> panel

JPanel -> JPanel) to NONE, the small icons(e.g. like "split rows", "insert
column before this") does not appears.
>

Is there another way to do the same task?

>

2. After setting the fill mentioned above to NONE, I tried to drag

another component like JButton or JPanel to the "panel JPanel"(the outer
panel), but the UI designer refuses to allow me to do so. Am I doing
anything wrongly.
>

TIA.

>
>


0

请先登录再写评论。