Search:

Type: Posts; User: pbrockway2

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    1,316

    Re: JTable problem

    Check that you are invoking fireTableCellUpdated() with the right arguments.

    If you continue to have problems post a small example that illustrates the problem. It needn't have all the rest of...
  2. Replies
    8
    Views
    1,316

    Re: JTable problem

    Listening for changes (strictly speaking, changes in the underlying data model not it's visual representation: the table cell) is covered in the Listening for Data Changes section of "How to Use...
  3. Replies
    8
    Views
    1,316

    Re: JTable problem

    It might help to post a simple example that compiles and illustrates the problem.

    ---



    private String[] heading;
    private String[][] data;

    public DataTable (String[] h, String[][] data){
Results 1 to 3 of 3