btnClose = new Button(btnCmp,SWT.PUSH);
btnClose.setText("Close");
btnClose.addSelectionListener(this);
try {
users = new HUsers();
} catch (URISyntaxException e) {
HLog.iologger.error("Could not determine users file. Are you sure you're doing this right?",e);
} catch (IOException e) {
HLog.iologger.error("Could not create users file... something wrong with the FS?",e);
LogsView.instance.addItem("I cannot create a users file. Maybe a problem with file permissions?");