~ubuntu-branches/ubuntu/trusty/libswingx-java/trusty

« back to all changes in this revision

Viewing changes to src/test/org/jdesktop/swingx/resources/swingx_pt_BR.java

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2008-03-08 16:18:24 UTC
  • Revision ID: james.westby@ubuntu.com-20080308161824-wsahvl9pwzjcea3g
Tags: upstream-0.9.2
ImportĀ upstreamĀ versionĀ 0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 * 
 
3
 */
 
4
package org.jdesktop.swingx.resources;
 
5
 
 
6
import java.util.ListResourceBundle;
 
7
 
 
8
/**
 
9
 * Part of the {@code UIDefaultsResourceBundleTest}.
 
10
 * 
 
11
 * @author Karl George Schaefer
 
12
 */
 
13
public class swingx_pt_BR extends ListResourceBundle {
 
14
    /**
 
15
     * {@inheritDoc}
 
16
     */
 
17
    @Override
 
18
    protected Object[][] getContents() {
 
19
        return new Object[][]{
 
20
                new String[]{"LoginPane.1", "pt_BR One"},
 
21
                new String[]{"LoginPane.2", "pt_BR Two"},
 
22
                new String[]{"LoginPane.3", "pt_BR Three"},
 
23
        };
 
24
    }
 
25
}
 
 
b'\\ No newline at end of file'