Programming/Eclipse RCP

Modal Dialog open 이후 focus 잃어서 발생하는 에러 조치 (IllegalArgumentException : null)

Lawmin 2012. 1. 12. 11:47
Shell sh = display.getActiveShell();
if(sh == null)
sh = new Shell(display);