Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #21250 > unrolled thread

How to retrieve the values from jtable?

Started byTom <javaposts@gmail.com>
First post2013-01-09 06:25 -0800
Last post2013-01-09 11:02 -0800
Articles 4 — 4 participants

Back to article view | Back to comp.lang.java.programmer


Contents

  How to retrieve the values from jtable? Tom <javaposts@gmail.com> - 2013-01-09 06:25 -0800
    Re: How to retrieve the values from jtable? "John B. Matthews" <nospam@nospam.invalid> - 2013-01-09 09:54 -0500
      Re: How to retrieve the values from jtable? Lew <lewbloch@gmail.com> - 2013-01-09 12:49 -0800
    Re: How to retrieve the values from jtable? Roedy Green <see_website@mindprod.com.invalid> - 2013-01-09 11:02 -0800

#21250 — How to retrieve the values from jtable?

FromTom <javaposts@gmail.com>
Date2013-01-09 06:25 -0800
SubjectHow to retrieve the values from jtable?
Message-ID<7a470200-6c0d-43bf-9a8d-33d01c904159@googlegroups.com>
Hi,

If you know How to retrieve the values from jtable?.please share with me...

Thanks

[toc] | [next] | [standalone]


#21251

From"John B. Matthews" <nospam@nospam.invalid>
Date2013-01-09 09:54 -0500
Message-ID<nospam-5E09E4.09544509012013@news.aioe.org>
In reply to#21250
In article <7a470200-6c0d-43bf-9a8d-33d01c904159@googlegroups.com>,
 Tom <javaposts@gmail.com> wrote:

> If you know how to retrieve the values from JTable, please share with me.

Ask the table's TableModel:

<http://docs.oracle.com/javase/tutorial/uiswing/components/table.html#modelchange>

-- 
John B. Matthews
trashgod at gmail dot com
<http://sites.google.com/site/drjohnbmatthews>

[toc] | [prev] | [next] | [standalone]


#21268

FromLew <lewbloch@gmail.com>
Date2013-01-09 12:49 -0800
Message-ID<8a84a855-126e-4701-8037-fbe6f3008aee@googlegroups.com>
In reply to#21251
John B. Matthews wrote:
> Tom wrote:
>> If you know how to retrieve the values from JTable, please share with me.
> 
> Ask the table's TableModel:
> 
> <http://docs.oracle.com/javase/tutorial/uiswing/components/table.html#modelchange>

Tom, you keep getting sent to the same documentation.

Over and over.

Hmm.

What does that tell you, Tom?

(Hint: the answer is "RTFM".)

-- 
Lew

[toc] | [prev] | [next] | [standalone]


#21262

FromRoedy Green <see_website@mindprod.com.invalid>
Date2013-01-09 11:02 -0800
Message-ID<rhfre8hg06p41rgo0175asd5mi4038ncuf@4ax.com>
In reply to#21250
On Wed, 9 Jan 2013 06:25:32 -0800 (PST), Tom <javaposts@gmail.com>
wrote, quoted or indirectly quoted someone who said :

>If you know How to retrieve the values from jtable?.please share with me.

Have a look at the source code for Vercheck.  See
http://mindprod.com/products1.html#VERCHECK

You invent your own datamodel, which might be an array or a Collection
or a database.  You provide the methods for JTable to interrogate and
update it.
-- 
Roedy Green Canadian Mind Products http://mindprod.com
Students who hire or con others to do their homework are as foolish 
as couch potatoes who hire others to go to the gym for them. 

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.programmer


csiph-web