5253545556575859606162
try { String desc = command.getValue(); if (desc == null) { desc = ""; } table.row( new LabelElement(command.getKey()).style(Style.style(Color.red)), new LabelElement(desc)); } catch (Exception ignore) { // }