Where did you put the .setText(); ?

Try:


JLabel lblCell = new JLabel("Cell Range: ");
final JTextField tfCell = new JTextField(5);
tfCell.setText("");