166167168169170171172173
protected boolean inlayComponents() throws Exception { if (super.inlayComponents() == false) return false; table.setDefaultRenderer(Object.class, new ColorCellRenderer(Phrase.get("TX_WORKING_STATUS"))); return true; }