> I have Created a textField,which Takes the Value from a Property File.I
> want to know,HOw to Update the TextField when the PropertyFile Changes
> DYnamically i.e,Without Recompiling.
I don't know why you would have to recompile. Can you clarify if the
preference file is going to change while you program is running? If so,
is your question about finding out if the preference file has changed?
If your question is simply how to changed the TextField then all you
have to do is call:
textFieldInstance.setText("The text");
Give some sample Codes, which i
> can make use.
This isn't an assignment that we must do. If you would like to ask a
little more politely try rephrasing to something like:
"It would be great if you could provide sample code, but I realise that
you are offering help for free so I obviously don't expect this."
hth,
Lionel.