@ -482,6 +482,9 @@ public class JDBCDefPane extends JPanel {
updateURL();
} else {
portTextField.setText(port.replaceAll(e.getKeyChar() + "", ""));
if (!isPortValid(portTextField.getText())) {
portTextField.setText("");
}
};