Hi, I think working with JTable is awfully complex to work with. It's wonderful configurability is awesome, but all in all it is too damn difficult to causually use. For example, many of my apps want to display a set of similiar objects in a JTable with all of their fields or some subset displayed. I've created some generic parts that are helpful. I've gotten it down to only having to write a column model that knows the "viewable" structure of the the object. And, any cell renderers that I might need for graphics.
I was wondering if Java Beans could help out. I looked in java.beans package, and found some class like java.beans.ParameterDescriptor that look like they might fit the bill. But, I don't see any other classes that would help with displaying these in a JTable. Does JTable understand Beans? Are there any TableModels, or ColumnModels that could use JavaBeans to display them? charlie __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com _______________________________________________ Advanced-swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/advanced-swing
