bookExamples.ch47JTable
Class JTableExample

java.lang.Object
  extended by bookExamples.ch47JTable.JTableExample

public class JTableExample
extends java.lang.Object

JTableExample uses a custom TableModel.


Constructor Summary
JTableExample()
          A program to illustrate the use of the JTable
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JTableExample

public JTableExample()
A program to illustrate the use of the JTable

Method Detail

main

public static void main(java.lang.String[] args)