SInce default JColumnModel created by the creator of the NetBeans GUI is hidden and cannot be configured in the Property plalette, you will have to do this programmatically.
Go to the "Original view" (there is a small button above the editor area to switch between the "Original view" and "Design view"), and put the following code in the constructor
public NewJFrame() { initComponents();
For more information read here or google for "jtable column size".
Here is another useful information.
gigadot
source share