Guest User

Untitled

a guest
May 16th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. public void onKeyPress(KeyPressEvent event) {
  2.  
  3. if(event.getCharCode() == KeyCodes.KEY_ENTER){
  4. addStock();
  5. }
  6. }
Add Comment
Please, Sign In to add comment