X-Received: by 10.224.178.205 with SMTP id bn13mr22397012qab.3.1366715623622; Tue, 23 Apr 2013 04:13:43 -0700 (PDT) X-Received: by 10.49.95.231 with SMTP id dn7mr2672442qeb.39.1366715623556; Tue, 23 Apr 2013 04:13:43 -0700 (PDT) Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder2.hal-mli.net!news.glorb.com!gp5no5160291qab.0!news-out.google.com!ef9ni9516qab.0!nntp.google.com!gp5no5160285qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.databases Date: Tue, 23 Apr 2013 04:13:43 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=94.75.236.67; posting-account=mFvaIgoAAACJD1-8uwospxsCX1g9jI3V NNTP-Posting-Host: 94.75.236.67 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <778f1ac5-546a-4ee4-bd9f-c1f2aeb39e8d@googlegroups.com> Subject: Collumn lengths in a jTable From: murclem11@gmail.com Injection-Date: Tue, 23 Apr 2013 11:13:43 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.java.databases:600 I am displaying data from a mysql database in a jtable. I need to have the display have different column widths. For example the first column to have a size of 6 while the second has size 3. Is there a method i can do this conveniently?