357358359360361362363364365366367
String id, LifeCycle lc, String name) { Composite comp=new Composite(); comp.add(new Target(id)); Font font = new Font(); comp.add(font); font.color(lc.isStarted()?"green":"red"); font.add(name);