Re: JTable cell selection event
From: Don (donalmurtagh_at_yahoo.co.uk)
Date: 10/30/03
- Previous message: curwen: "jdbc executeupdate bug"
- In reply to: JavaGuru: "Re: JTable cell selection event"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Oct 2003 01:58:43 -0800
Thanks Liz,
That sounds like just the job - I'm new to Swing, and coming from a
Delphi backgound (all bow), I find it frustratingly difficult to
accomplish what ought to fairly straightforward tasks such as this.
Thanks Again,
Don
hilizbabe@yahoo.com (JavaGuru) wrote in message news:<d70f95d1.0310291545.37e02015@posting.google.com>...
> You can use the quicktable verison of JTable, it generates an event
> whenever a user modifies a cell and exits the cell. You have the
> option to accept the user changes or set a new value to the cell.
>
> http://dbtable.hypermart.net/doc/quick/dbtable/DBTableCellListener.html
>
> java.lang.Object cellValueChanged(int row, int col, java.lang.Object
> oldValue, java.lang.Object newValue)
>
> For more information have a look at QuickTable
> (http://dbtable.hypermart.net)
>
> Cheers,
> Liz.
>
- Previous message: curwen: "jdbc executeupdate bug"
- In reply to: JavaGuru: "Re: JTable cell selection event"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|