*/
public DataConnection(JFrame view) {
//show always the welcome window
if (SetupInfo.getBoolProperty(SetupInfo.ALL_WINDOWS_FLOATING)) {
DockableWindowManager mgr = ((org.gjt.sp.jedit.View) view).getDockableWindowManager();
mgr.showDockableWindow("infoviewer");
}
Lazy8Ledger.ShowContextHelp(view, "welcome", "");
bIsConnectionMade = false;
String stringPass = SetupInfo.getProperty(SetupInfo.CONNECT_PASSWORD);
String stringUser = SetupInfo.getProperty(SetupInfo.CONNECT_USERNAME);