This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Newbie question on JGoodies-FormLayout/DefaultFormBuilder...
vijayender madura
Greenhorn
Joined: Jun 18, 2009
Posts: 13
posted
0
Hi,
Am new to Swing and Jgoodies... so need help with DefaultFormBuilder...
Am using the following piece of code:-
I'm getting the output as attached... I dont want the gap that comes between the outer cell's border and the inner containing JPanel..
What must i do ?
Hi,
No the 15 dlu-column is the 1st blank-column in my form...
but i found out where i was going wrong...
Never thought more questions could help answer my question... but thanks...
I used a default form builder to build my template panel which had the following statement in the createTemplateNamePanel() method...
builder.setDefaultDialogBorder();
i ignored this cos i never thought this would affect how this panel would be placed in the enclosing cell... but i guess thats how layouts work...
i commented the above statement and the gap is gone...