AttributeNumberScalarIcon f = new AttributeNumberScalarIcon();
f.setDeviceName(tmpDeviceName);
f.setAttributeName(tmpAttributeName);
//f.setIconNameList(new String[]{"S.png","PI.png","VS.png","JPEN.png"});
SoleilIconListProperty tmpIconList = new SoleilIconListProperty();
tmpIconList.iconList = new String[]{"S.png","PI.png","VS.png","JPEN.png"};
f.setSoleilIconList(tmpIconList);
f.start();
frame.getContentPane().add(f);