103104105106107108109110111112113
} public void actionPerformed(ActionEvent e) { if (stmt != null) { CancelStatementThread cst = new CancelStatementThread(stmt, messageHandler); cst.tryCancel(); } } /** * Shows the dialog in front of all windows and centered.