beepdog
09/27/2018, 2:55 PM// cellFormat {
// graphic = cache {
// borderpane {
// left = vbox {
// imageview(it.iconUrl!!.toExternalForm())
// //Icon of in progress, or maybe project icon? that's more useful
// }
// center = vbox {
// label(it.key) {
// //STyling to make it smaller
// }
// label(it.summary) {
// //styling to scroll automagically?
// }
// }
// }
// }
// }