90919293949596979899100
public void run() { if(shellGoToLine==null || shellGoToLine.isDisposed()){ GoToLine gotoLine= new GoToLine(); shellGoToLine=gotoLine.getShell(); gotoLine.show(); } else{ shellGoToLine.setVisible(true); shellGoToLine.setFocus(); }