new TemplateHandlerAction(new char[]{'[', ']'}).handle(txtPath.text);
}
});*/
lstPath = factory.createList(bottom, SWT.BORDER | SWT.SINGLE | SWT.V_SCROLL | SWT.H_SCROLL);
lstPath.setFont(UIDATA.FONT_10B);
lstPath.addSelectionListener(new SelectionAdapter(){
@SuppressWarnings("unused")
public void widgetSelected(SelectionEvent e){
int selectedIndex = lstPath.getSelectionIndex();