본문 바로가기

JAVA/Eclipse plugin

JFaceDialog 타이틀 설정


@Override
protected void configureShell(Shell newShell) 
{
	super.configureShell(newShell);
	newShell.setText("JFace Dialog 타이틀 설정은 이곳에서!!");
}