im designing a swing app in netbeans.
i have a table which connects (using mysql) to a db and populates it.
i added text fields at the side so the user can add new fields to the database.
when i run the app the program wont let me type in the text field.
even if the properties - set enable = true.
i also created a button and set the action event to set the text field to true but that didnt work either.
is there a settin in netbeans which disables enter text into a text field, formatted text field or text area because none of these work.
Thanks for any help
kurt