Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. @SuppressWarnings("unused")
  2. String currentText = textField.getText();
  3.  
  4. JLabel lblEmptyProjectSlot = new JLabel("Empty Team Slot");
  5.  
  6. lblEmptyProjectSlot.setBounds(105, 299, 275, 29);
  7. frame.getContentPane().add(lblEmptyProjectSlot);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement