Skip to main content



      Home
Home » Archived » Visual Editor (VE) » VE & setSize on JPanel class
VE & setSize on JPanel class [message #613458] Wed, 05 July 2006 18:45
Eclipse UserFriend
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
Previous Topic:Project file will not open
Next Topic:Default layout manager for VE 1.2 RC version
Goto Forum:
  


Current Time: Mon Jun 23 12:45:56 EDT 2025

Powered by FUDForum. Page generated in 0.18893 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top