Search:

Type: Posts; User: solomon73

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    856

    Re: xml read to table problem in getValueAt

    How do I do that?
  2. Replies
    7
    Views
    856

    Re: xml read to table problem in getValueAt

    To do that, i guess I have to solve the problem with: "incompatible types: Object cannot be converted to List<Object>". How do I solve this?
  3. Replies
    7
    Views
    856

    Re: xml read to table problem in getValueAt

    I thought I can not, thanks. I also think I already build a list with the desired string. That is this, in the [[:


    tableData:3 [[2007-01-01, 27.485, 156.93, 0, 1.3170], [2019-05-06, 25.715, 0,...
  4. Replies
    7
    Views
    856

    xml read to table problem in getValueAt

    I am posting what I think is relevant code.
    In table class I have :


    class Table extends AbstractTableModel {
    private List<String> columnHeaders;
    private List<Object> tableData;
    ...
Results 1 to 4 of 4