Hello There,
I have two question about the JTable in Java:
1. How can i fix the column width? I want to have one column widder than the other and not editable at runtime.
2. How can i have multiple lines (block of data/small paragraph) in one cell? because whenver i write a 3 lines of data in a cell the JTable converts it cont. line.
Please Help!!
I have two question about the JTable in Java:
1. How can i fix the column width? I want to have one column widder than the other and not editable at runtime.
2. How can i have multiple lines (block of data/small paragraph) in one cell? because whenver i write a 3 lines of data in a cell the JTable converts it cont. line.
Please Help!!
Comment