Localize messages for end users, using a Formatter pattern and a localized resource bundle. In a class like MyPanel.java you might have lines like this: double value = 3.14; String msg = "The value "+value+" is too large"; Instead, in the same package as MyPanel.java, create a file MyP
source not stored for this graph (policy: none)