Fabian Boucsein
2017-11-09 09:06:13 UTC
Hello fellow Kawa scheme users,
i am experimenting with JTables in Kawa. I'm stuck with the creation of an String[][] array.
Is ist possible to create one?
Something like this in Java:
String[][] rowData = {
{ "Japan", "245" }, { "USA", "240" }, { "Italy", "220" }
}
Also i would like to say thank you, for the creation of such a pleasant to work with Scheme
implementation for the JVM. I love it!
Kind regards,
Fabian
i am experimenting with JTables in Kawa. I'm stuck with the creation of an String[][] array.
Is ist possible to create one?
Something like this in Java:
String[][] rowData = {
{ "Japan", "245" }, { "USA", "240" }, { "Italy", "220" }
}
Also i would like to say thank you, for the creation of such a pleasant to work with Scheme
implementation for the JVM. I love it!
Kind regards,
Fabian