/** * */ package org.jdesktop.swingx.resources; import java.util.ListResourceBundle; /** * Part of the {@code UIDefaultsResourceBundleTest}. * * @author Karl George Schaefer */ public class swingx_pt_BR extends ListResourceBundle { /** * {@inheritDoc} */ @Override protected Object[][] getContents() { return new Object[][]{ new String[]{"LoginPane.1", "pt_BR One"}, new String[]{"LoginPane.2", "pt_BR Two"}, new String[]{"LoginPane.3", "pt_BR Three"}, }; } }