Kawa JTable String[][] arrays
Tom Bousso
tombousso@gmail.com
Thu Nov 9 09:11:00 GMT 2017
Hi Fabian,
You can try something like this: (define data (String[][] (String[] "Japan"
"245") (String[] "Abc" "345")))
-Tom
On Thu, Nov 9, 2017 at 1:06 AM, Fabian Boucsein <Fabian.Boucsein@gmx.de>
wrote:
> 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
>
More information about the Kawa
mailing list