The Artima Developer Community
Sponsored Link

Java Answers Forum
JTABLE

1 reply on 1 page. Most recent reply: Mar 22, 2002 2:40 AM by Yousuf

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 1 reply on 1 page
saran

Posts: 1
Nickname: saran
Registered: Mar, 2002

JTABLE Posted: Mar 20, 2002 2:59 AM
Reply to this message Reply
Advertisement
Hi

I am using the following command in the JTABLE
to select a particular row.

table.getSelectionModel().setSelectionInterval(row,row)

In that particular row selected there is email_id
column on clicking that I have to connect the Microsoft
Out Look Express with that email_id in the to address

Can any one help me out in this

Please

saran


Yousuf

Posts: 19
Nickname: saeed
Registered: Mar, 2002

Re: JTABLE Posted: Mar 22, 2002 2:40 AM
Reply to this message Reply
Hello Saran
if your selected contain email_id
the following peace of code will help you

System.out.println(this.jTable1.getModel().getValueAt(this.jTable1.getSel ectedRow(),this.jTable1.getSelectedColumn()).toString());

Flat View: This topic has 1 reply on 1 page
Topic: need help with a basic program Previous Topic   Next Topic Topic: displaying text in jpeg image

Sponsored Links



Google
  Web Artima.com   

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