From rr at headwire.com Wed Apr 2 13:43:57 2008 From: rr at headwire.com (Ruben Reusser) Date: Wed, 02 Apr 2008 10:43:57 -0700 Subject: [jaxx-interest] JTable and column width Message-ID: <47F3C5DD.3000008@headwire.com> Just curious, what would be a good way to style the column width of a JTable in JAXX? Since the model is created in $completeSetup() the columModel is autocreated and there seems to be no way to run some code after that to set the row width. Do I really have to implement my own ColumnModel for this or is there a nice clean way to do this? Thanks Ruben