Guest User

Untitled

a guest
May 24th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. String r1c1 = jTextField3.getText();
  2. String r1c2 = jTextField4.getText();
  3. String r1c3 = jTextField2.getText();
  4. String r1c4 = jTextField1.getText();
  5.  
  6. String h = Mastermind_Class.Enter(r1c1, r1c2, r1c3, r1c4);
  7. jLabel2.setText(h);
Add Comment
Please, Sign In to add comment