Search:

Type: Posts; User: lamia

Search: Search took 0.11 seconds.

  1. Re: Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException

    I find a solution, I just creat model with enough place then stated to fill the model and I changed the pool for with while, add two different counter one for the model and one for the table, I also...
  2. Re: Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException

    from what I understood in your post, in line 34 modele1.setValueAt(table.getValueAt(i,j), i, j);
    I'm asking to put the value table[11][0] in a modele1[11][0] which doesn'texist yet,I have to...
  3. Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException

    Hi everyone, I'm a beginner in Java and I'm trying to divide a Jtable into two auther Jtables.Thank you for your help.

    public String Ex(JTable table, JTable tab2, JTable tab3) {
    String...
Results 1 to 3 of 3