mseries.ui
Class TableTest
java.lang.Object
mseries.ui.TableTest
public class TableTest
- extends Object
A very simple demonstration class showing the MDateCellEditor which is
not much more than a simple wrapping of MDateEntryField to use it as an
editor and a renderer for a Date object within a JTable.
Please take a close look at the table model that is used in this sample,
it always returns the same values for each cell, the edits have no effect.
This is intentional, the point of the code is to demonstrate the use of
MDateCellEditor only.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableTest
public TableTest()
main
public static void main(String[] args)
Copyright © 2001-2007 M Newstead. All Rights Reserved.