Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: getString info

...

And more!
The Java property syntax is also still available (e.g. like {0,Date}, {2,number,###.##} etc.)? You can find all forms in the javadocs of StringResourceModel.

The Component class has convenience method which you may find useful:

Code Block
add(new Label("summary", getString("summ.$\{msgPrefs.style\}", new Model(summary))));

The trouble with property files

...