Two Laptop Bag
The moose likes Swing / AWT / SWT and the fly likes Question about JList Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Question about JList " Watch "Question about JList " New topic
Author

Question about JList

Shay Gaghe
Ranch Hand

Joined: Sep 03, 2001
Posts: 102
Hi I have a few question about Jlist:
I use Jlist to serve a chat program. People usually talks a lot J ,therefore I wonder if the Jlist is the correct component to use(rather then JtextComponents) or in other words does the Vector or The ListModel that I use places limits on how many elements I can add to it? and how can I increase that capacity?
Can I control the display of an element , for example , I want an element in the same index line to show one word in red and the others in blue, can I?
thanks
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Question about JList
 
Similar Threads
populate jList with database values....
About JList listener
Background Image in JList
drag and drop in the same JList and more...
Double text alignment