On Wednesday 05 October 2005 17:33, Sujatha Bharathan wrote:
> Is there any mistake in the following code??
Yes. You are setting the width of the individual columns in percent of the
width of the table. So set Widths(new int[]{50, 50, 50}) doesn't make any
sense at all. If you want to resize the whole Table you need to use
setWidth(percentOfPageWidth).Greetings, Mark -- When angry, count four; when very angry, swear. -- Mark Twain, "Pudd'nhead Wilson's Calendar" My GPG public key is available at: http://www.edu.uni-klu.ac.at/~mhall/data/security/MarkHall.asc
pgpAqHRQKD4i9.pgp
Description: PGP signature
