Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. [14:15:47] Keith: public enum Dropdown {
  2.  
  3.  
  4. F_KEY_SELECTION() {
  5. @Override
  6. public void selectOption(int selected, RSInterface r) {
  7. }
  8. },
  9.  
  10.  
  11. ;
  12. [14:16:31] Keith: in the selectOption, detect which key was selected and then in rsapplet use something like this to determine which F key selects which tab
  13. [14:16:37] Patrick van Elderen: Why can't you do it? you already have the code though? You can just sent it to me :d?
  14. [14:16:48] Patrick van Elderen: Ty
  15. [14:17:13] Patrick van Elderen: Is that all?
  16. [14:18:24] Keith: no, but that's most of it
  17. [14:18:28] Keith: read what I said before
  18. [14:18:32] Keith: i g2g to work
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement