Added the following features: now starts with focus on the input pane, shortcut ctrl+T to translate, and after translating focus is automatically set on the first element.
This commit is contained in:
parent
58819cf43d
commit
efec654ee8
5 changed files with 58 additions and 45 deletions
|
@ -215,5 +215,6 @@ public abstract class ScannerPanel extends Panel implements ActionListener
|
|||
public abstract void translate();
|
||||
public abstract void clear();
|
||||
public abstract void setWylieInput(boolean enabled);
|
||||
public abstract void setFocusToInput();
|
||||
public void addFocusListener(FocusListener fl) {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue