[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Text Message Parameter Substitution

We are trying to do simple parameter substitution for messages to our end
user.

For example, when a customer number is entered and not found, we'd like to
put up the message:

"Customer %s not found" where %s is our customer number and we get the
String into which we put the parameter from a table somewhere.

I realize there are a lot of ways to do this.

Is there a standard SWT or JFace approach to doing this.

Thanks,
Mila