Results 1 to 3 of 3

Thread: Displaying a Image in JTABLE

  1. #1
    Join Date
    Feb 2006
    Posts
    17

    Smile Displaying a Image in JTABLE

    Hi,
    Does spring rich has any cell renderers for the Image to be displayed on a JTable. Appreciate any help on this

    Tennyson

  2. #2

    Default doubt it.

    It is ver simple to do. Just create and register a TableCellRenderer for the given class. You may have to set the height of the row to match the height of the image.

    -http://java.sun.com/docs/books/tutorial/uiswing/components/table.html#renderer
    Last edited by mlavwilson2; Mar 16th, 2006 at 02:36 PM.

  3. #3
    Join Date
    Jul 2005
    Location
    Austria
    Posts
    105

    Default Here are some examples

    When you look for some examples, especially with JTable, take a look to this site: http://www.crionics.com/products/ope...gExamples.html

    greetings
    markus

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •