Search:

Type: Posts; User: kurt-hardy

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,433

    Re: Colouring Rows of a table

    Firstly, Thanks for your help



    Because the getTableCellRendererComponent method is in the MyRenderer class, and the Start time and stop time are in the main class, Im confused on how i can do a...
  2. Replies
    5
    Views
    1,433

    Re: Colouring Rows of a table

    Thanks. i now have any row which is not empty coloured using the value variable


    if (!(value.equals("")) && (column == 1)){
    background = Color.BLUE;
    }

    how can i colour the...
  3. Replies
    5
    Views
    1,433

    Colouring Rows of a table

    Hi all.
    I have an events tables and Im currently struggling to colour the rows in which the event starts and stops.
    I have a customer renderer but dont what vaules/tests i need to set the...
Results 1 to 3 of 3