|
|
@ -250,7 +250,7 @@ public class SshPane extends BasicPane { |
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public void keyReleased(KeyEvent e) { |
|
|
|
public void keyReleased(KeyEvent e) { |
|
|
|
String text = KeyFileUITextField.this.getTextOrigin(); |
|
|
|
String text = KeyFileUITextField.this.getTextOrigin(); |
|
|
|
if (text != null) { |
|
|
|
if (!StringUtils.isEmpty(text)) { |
|
|
|
if (text.contains(UPPER)) { |
|
|
|
if (text.contains(UPPER)) { |
|
|
|
text = MUTI_DOT.matcher(text).replaceAll("."); |
|
|
|
text = MUTI_DOT.matcher(text).replaceAll("."); |
|
|
|
KeyFileUITextField.this.setTextOrigin(text); |
|
|
|
KeyFileUITextField.this.setTextOrigin(text); |
|
|
|