VE & setSize on JPanel class [message #613458] |
Wed, 05 July 2006 18:45 |
Eclipse User |
|
|
|
Hello,
I have a form generator, that basically generates a java class from a text
representation of the form. Here I generete the following line
this.setSize(GridBagLayoutHelper.computeSize(layout, this, 65, 13));
However, when using the VE, and resizing the form, this get replaced by
this.setSize(new Dimension(477, 273));
As you can see, the row/column representation is being changed to the
pixels on the screen.
My question
How could I start to build a customized version of the VE that instead of
changing row/column representation to the pixel dimension, adds or removes
rows and columns? Where do I have to look for?
thanks,
Luis
|
|
|
Powered by
FUDForum. Page generated in 0.18893 seconds