protected boolean keyChar(char character, int status, int time) {
if (Characters.ESCAPE == character) {
return true;
}
return super.keyChar(character, status, time);
}
MELICK RAJEE BARANASOORIYA | Enterprise Architect
MELICK RAJEE BARANASOORIYA | Enterprise Architect
protected boolean keyChar(char character, int status, int time) {
if (Characters.ESCAPE == character) {
return true;
}
return super.keyChar(character, status, time);
}
Comments
thank you