• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

JTable

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
First time I am using JTable.My table will be like this ,
1.user will enter data into table
2.If user clik on last row new row should be created.
3.I want multiline text in each cell.
Can anybody guide me regarding this.
Thanks in advance
ANAGHA
 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Anagha
try this link. It has got some really good code and eg. on JTables. Hope this helps with your problem.
www2.gol.com/users/tame/swing/examples/JTableexamples.html
Good Luck
Sandhya
 
Sandhya Rprasad
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try this link. The previous one was'nt addressed properly, I'm sorry about that !!
http://www2.gol.com/users/tame/swing/examples/SwingExamples.html
Sandhya
 
reply
    Bookmark Topic Watch Topic
  • New Topic