This is my collection of online resources for learning Lithuanian (especially for English speaking people).
Learning basic words
Audio learning
- Lithuanian out loud - podcast (there were already 186 episodes published as of 01 Feb 2010)
This is just a diary.
import swing._
import event._
object topicsTable extends Table()
listenTo(topicsTable.selection)
reactions += {
case TableRowsSelected(`topicsTable`, range, adjusting) => {
println(topicsTable.selection.cells)
}
}