when you create a text field you can add what it would say and size in the parameters
like so:
is it possible for the text inside the field to delete itself when the user clicks on it, enters something, or presses delete?Code:JTextField text = new JTextField("Enter Text",15);

