UIEthereumManager.ethereum.connect(SystemProperties.CONFIG.activePeerIP(),
SystemProperties.CONFIG.activePeerPort());
}
};
UIEthereumManager.ethereum.addListener(new EthereumListenerAdapter(){
@Override
public void trace(final String output) {
SwingUtilities.invokeLater(new Runnable() {
public void run() {
textArea.append(output);