Search:

Type: Posts; User: BrettStuart

Search: Search took 0.10 seconds.

  1. Re: JTable prepareRenderer changes all cell colors

    Hi guys

    if ( vRows.contains(row) ){ ... }, sorted the problem.

    Thank You so much for the help.
    Brett
  2. Re: JTable prepareRenderer changes all cell colors

    I tried using the rowAtPoint(evt.getPoint()) method to get the row number and it seems to have worked but I don't know if that's a good way to do it?

    Thanks for all the help
    Brett
  3. Re: JTable prepareRenderer changes all cell colors

    Hi All

    Thanks for the help, now I have another problem.
    when I use the setRowSelectionInterval method the row colors are correct but when
    I use the getSelectedRow method to return the Row...
  4. Re: JTable prepareRenderer changes all cell colors

    Awesome thank you so much.
    It works perfectly.

    Brett
  5. JTable prepareRenderer changes all cell colors

    Hi

    Im trying to change row colors in a JTable but the whole table changes to the same color. Only if I drag and highlight the whole table, the Specific rows im trying to change, show the correct...
Results 1 to 5 of 5