Search:

Type: Posts; User: angstrem

Search: Search took 0.12 seconds.

  1. Re: [ASK]Array required, but java.lang.Object Found

    It's useful to know all possible solutions.
  2. Re: [ASK]Array required, but java.lang.Object Found

    You should cast in to an array like follows:


    model.addRow((Object[]) o);
Results 1 to 2 of 2