• 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

inserting links into JTable

 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to insert some components into JTable columns so that onclick of that i can open another window having corresponding data regarding that grid, i have done that in JButton but its not looking good atall , so if anyone have any other suggetion please give the coding .i don't know wheather it is possible to give links in java swing components that to in componets that can a jtable hold , if i can give some link or something like that then it will look nice what i think, i am using in my project so need quick ,

i will be really thankful if anyone will help me anyway.

Regards
Ajit Amitav Das
[ May 19, 2006: Message edited by: Ernest Friedman-Hill ]
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Most questions are urgent - it's better to leave that out: EaseUp.

You could either use an underlined label or add HTML code within the label text. I think the syntax for that would be something like "new JLabel("<html><u>text</u>")".
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic