How i can change the size of column in JTable?
When i create JTable and put data in it, its column takes larger size in the panel(larger than the datae.g if data is only 1 or 2 os such numbers ,the column size appears too large) .How can i set the column size to the data so the the space is utilised

