Search:

Type: Posts; User: Ben03

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    1,447

    [SOLVED] Re: Apply a renderer on a cell of a JTable

    I solved the problem without the use of a renderer.
    I just created a model for the JTable like this :


    DefaultTableModel model = new DefaultTableModel(new Object[][] {},new String[] {"Col1",...
  2. Replies
    5
    Views
    1,447

    [SOLVED] Re: Apply a renderer on a cell of a JTable

    Hi, I'm glad to join this forum

    I'll have a look at the link you posted

    And for my request, I solved it already
  3. Replies
    5
    Views
    1,447

    [SOLVED] Apply a renderer on a cell of a JTable

    Hi all

    I want to apply a renderer on a cell of my JTable, to do so I created a class named myRenderer :


    import java.awt.Component;

    import javax.swing.ImageIcon;
    import...
Results 1 to 3 of 3