Problem Related to Formatting...

I m new in Java studio creator.

I Have problem problem in Formattings controls on pages.

1.Group Panel does not work if i place control in panel it could not be repostioned.

2.i have placed data table on page and after that i have placed any other control when table grows with papulated data the other control come on the data table and when data table shrinks with very few rows the other control is at the bottom of page with lot of empty space between thes tow.i want it to be repositioned accordingly.

3.could not find any alternative of table in html;Infact i want to place rows of controls on form with alternative colors.which i had done previously in asp.net using table and setting background color of rows

4.How to Select any row in data table?is there any method to use data table to hold temporary data?

[853 byte] By [muhammadAbrara] at [2007-11-27 3:15:30]
# 1

Hi,

Use layout panel for fixed size (select GridLayout in panel layout properties under appearance to be able to reposition controls) and Gridpanel for variable size tables.

Use radiobuttons in table to enable row selection:

http://blogs.sun.com/divas/category/Sun+Java+Studio+Creator

You need an Objectlistdataprovider to fill a table and select row:see work around for any problems:

http://blogs.sun.com/winston/category/Creator?page=1

You probably work around style section of table properties for row colors etc. which I have not done.

regards,

dr.am.mohan rao

Madana at 2007-7-12 8:18:01 > top of Java-index,Development Tools,Java Tools...