The Artima Developer Community
Sponsored Link

Java Buzz Forum
Create Swing Tables Without Needing a Model.

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Scott Delap

Posts: 1154
Nickname: scottdelap
Registered: Sep, 2004

Client / Server application developer.
Create Swing Tables Without Needing a Model. Posted: Oct 13, 2004 2:54 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Scott Delap.
Original Post: Create Swing Tables Without Needing a Model.
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
Latest Java Buzz Posts
Latest Java Buzz Posts by Scott Delap
Latest Posts From ClientJava.com

Advertisement

Over at IBM Developer works there is an article on JTables without a model. In many ways this reminds me of JDNC without the network piece. Basically, the author has created a generic model backed by a collection that uses bean properties to get the column values. The mappings between the columns and the bean fields are done through an XML document. For a large number of applications this is probably a "good enough" solution.

Ease Swing development with the TableModel Free framework
This article introduces the TableModel Free (TMF) framework which eliminates the need to use TableModels with Swing JTables. The TMF framework allows for more configurable JTables by moving all of table-specific data outside of the compiled code and into a configurable XML file. Framework developer and Java UI enthusiast Michael Abernethy walks you through TMF framework, helping you reduce the size of a TableModel from hundreds of lines of code to just a single line, making management a snap.

Example application screenshot:

Read: Create Swing Tables Without Needing a Model.

Topic: Techies playing poker Previous Topic   Next Topic Topic: Big Time Blogging

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use