auto fixing in JTable

i want to ask how to make JTable column auto fixing?because if i have a long data, it just appear a part not full...
[130 byte] By [Xeon-YKa] at [2007-10-3 2:39:41]
# 1
You need to use DecimalFormat. What you want: a fixed-point decimal String representation of a floating point binary number for display in a JTable. Not "auto-fixing on a JTable". You need to think in smaller steps.
CeciNEstPasUnProgrammeura at 2007-7-14 19:37:56 > top of Java-index,Java Essentials,New To Java...