-
Mar 16th, 2006, 10:13 AM
#1
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
-
Mar 16th, 2006, 02:18 PM
#2
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.
-
Mar 16th, 2006, 02:45 PM
#3
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
-
Forum Rules