Search:

Type: Posts; User: prathyusha

Search: Search took 0.09 seconds.

  1. Re: Changing colors of items in list dynamically based on external parameter

    I got the color rendering done by using an array of objects for every list item.

    Now, I have to retrieve a list item based on the selected value. My list model contains 3 columns. But when I...
  2. Re: Changing colors of items in list dynamically based on external parameter

    Thanks!! it worked!! Somehow it didn't strike me that I could use Object array within the renderer.
    Thank you :)
  3. Changing colors of items in list dynamically based on external parameter

    My requirement:

    I have a JList with the list of some store names.
    There is a function that checks the online connectivity of the store or the current state of the store.
    Based on the return...
Results 1 to 3 of 3