jdk/src/share/demo/jfc/TableExample/TableExample4.java
changeset 21278 ef8a3a2a72f2
parent 10292 ed7db6a12c2a
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    52 
    52 
    53 
    53 
    54 /**
    54 /**
    55  * Another JTable example, showing how column attributes can be refined
    55  * Another JTable example, showing how column attributes can be refined
    56  * even when columns have been created automatically. Here we create some
    56  * even when columns have been created automatically. Here we create some
    57  * specialised renderers and editors as well as changing widths and colors
    57  * specialized renderers and editors as well as changing widths and colors
    58  * for some of the columns in the SwingSet demo table.
    58  * for some of the columns in the SwingSet demo table.
    59  *
    59  *
    60  * @author Philip Milne
    60  * @author Philip Milne
    61  */
    61  */
    62 public class TableExample4 {
    62 public class TableExample4 {