• 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

Displaying report using JTble

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I would like to display the all accounts reports(balance sheet, profit loss etc...) using table(like other reportings tools(Like crstal reports). I would like to do it with jtable becoz i would like to display some other report on click of any entry in the report, which is not possible with normal reporting tool.
plz help me out.
bhuwan

 
Ranch Hand
Posts: 2823
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You haven't really asked a question. But take a look at this site and see if any of the examples help.SwingExamples
 
bhuwan tiwari
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks stevens,
I got some clues from the site u told.
Now i would like to clear my quetion:
What i want is to open another table on
the click of cell of present table to show t
he deatils of the data displyed in the cell.
i think now i will be more clear.

 
reply
    Bookmark Topic Watch Topic
  • New Topic