• 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

Dyanamic generation of JTabbedPane's Tab

 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am working on an application which requires to add the content for second Tab of JTabbedPane dyanamically.
I have JTable in first tab. when user enters data in it , I am storing that data in serailized object on TableFocusLost event.After entering data when I click on second tab it stores the data.
I wanted to generate content of second tab when user click
on second tab(it should have JTable with values entered in first tab's JTable).
Any suggestions?
Thanks
-
padma
reply
    Bookmark Topic Watch Topic
  • New Topic