Hi,
I have an array of strings which has to be displayed by using Jtable.
eg:
Could someone explain me how to achieve this?Code:public String A[];
A=new String[1];
A[0]="Hi";
A[1]="Bye";
String[] title={"Greetings"};
Object [][] data={
??????????????????????
}
Thanks in advance
