int layoutStartRow = programsPanel.getRowCount();
mLayout.appendRow(RowSpec.decode("pref"));
programsPanel.add(panel, cc.xy(1, programsPanel.getRow(), CellConstraints.FILL, CellConstraints.FILL));
programsPanel.add(channelPanel, cc.xy(3, programsPanel.getRow(), CellConstraints.LEFT, CellConstraints.TOP));
programsPanel.nextRow();
String comment = reminder.getComment();
if (comment != null && comment.length() > 0) {
mLayout.appendRow(RowSpec.decode("2dlu"));
mLayout.appendRow(RowSpec.decode("pref"));