- Joined
- Dec 16, 2007
- Messages
- 2
- Reaction score
- 0
This is what the compiling error is pointing to:
key(Integer.parseInt(((Button) e.getSource()).getLabel()));
This is what the previous line of code is refering to:
private void key(int key, int account)
key(Integer.parseInt(((Button) e.getSource()).getLabel()));
This is what the previous line of code is refering to:
private void key(int key, int account)