Hallo liebe Leute,
ich hänge momentan an einem Problem und komme nicht weiter, kann mir jemand sagen was ich hier falsch mache?
[Java]public Object getValueAt(int rowIndex, int columnIndex) {
return model.getValueAt(rowIndex, aolumnIndex);
StringBuilder result = new StringBuilder( length );
int[] row = new int[10];
int[] column = new int[3];
for(int i=0 ; i<row.length ;i++){
for(int j=0 ; j<column.length ;j++){
if(row==column[j])
return result.toString();[/code]
ich hänge momentan an einem Problem und komme nicht weiter, kann mir jemand sagen was ich hier falsch mache?
[Java]public Object getValueAt(int rowIndex, int columnIndex) {
return model.getValueAt(rowIndex, aolumnIndex);
StringBuilder result = new StringBuilder( length );
int[] row = new int[10];
int[] column = new int[3];
for(int i=0 ; i<row.length ;i++){
for(int j=0 ; j<column.length ;j++){
if(row==column[j])
return result.toString();[/code]