• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem in Setting values in the JTable

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello


I am using jtable. At a time i am appending table o a frame which has 10 rows and i have two buttons previous and next
On next button i am setting values of table to different contains every time you clicked on next table contains different information and i have done it by following method


and now when i am clicking on previous button i am setting again different values




but it is not working ..Everything is checked like contents which i am setting are not null
and after clicking previous once and then next i am able to see those values in the table which i have set in previous method.
Anyone can tell me why this is happening??
reply
    Bookmark Topic Watch Topic
  • New Topic