Olá
Estou tentando alterar o ícone da janela de aplicação... alguém ?
public static void main(String[] args) {
Display display = Display.getDefault();
shell = new Shell(display);
shell.setLayout(new FillLayout());
shell.setText("Meu programa");
shell.SETICON????
Grato