360361362363364365366367368369370
{ 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); String action=lc.isStarted()?"Stop":"Start"; comp.add(" [");