Multiple Column in JLIst

Hi friend,Please could u tell me how can i make a multiple Column in a JList without using JTable. It would be better if u send me a complete code for that. Thanks u very much in Advance.Khaled Mahmud
[228 byte] By [khaled200a] at [2007-11-27 6:18:45]
# 1
> It would be better if u send me a complete code for that. actually would be better for you to search the forum first
Michael_Dunna at 2007-7-12 17:32:49 > top of Java-index,Desktop,Core GUI APIs...
# 2

First of all I would like to thank u for reply.

I have searched through the Forums but I could not get any solution.

Actually, I have a code for Multi Column JList but that was made up using JTable.

But I want a Multi Column JList which is made up without using JTable.

khaled200a at 2007-7-12 17:32:49 > top of Java-index,Desktop,Core GUI APIs...
# 3
You need to create a custom renderer.Here is an example for a combo box, but the concept is the same for a JList: http://forum.java.sun.com/thread.jspa?forumID=57&threadID=707295
camickra at 2007-7-12 17:32:49 > top of Java-index,Desktop,Core GUI APIs...
# 4
Thank U very very much for giving me the web address.My problem is solved.Thanks again.
khaled200a at 2007-7-12 17:32:49 > top of Java-index,Desktop,Core GUI APIs...