List of usage examples for java.util ListResourceBundle subclass-usage
From source file Main.java
class SampleResourceBundle extends ListResourceBundle { public Object[][] getContents() { return contents; } static final Object[][] contents = { { "okButton", new Button("OK") }, { "negativeInteger", new Integer(-1) },
From source file DateLocaleServlet.java
class WelcomeBundle_es_ES extends ListResourceBundle { static final Object[][] contents = { { "Welcome", "Huan Ying" } };
From source file org.jfree.chart.demo.resources.DemoResources_fr.java
/** * Localised resources for France. * * @author AB */ public class DemoResources_fr extends ListResourceBundle {
From source file org.jfree.chart.demo.resources.DemoResources_de.java
/** * Localised resources for Germany. * * @author TM */ public class DemoResources_de extends ListResourceBundle {
From source file org.jfree.chart.demo.resources.DemoResources_es.java
/** * A resource bundle that stores all the user interface items that might need localisation. * * @author HJG */ public class DemoResources_es extends ListResourceBundle {
From source file org.jfree.chart.demo.resources.DemoResources_pl.java
/** * A resource bundle that stores all the user interface items that might need localisation. * * @author KP */ public class DemoResources_pl extends ListResourceBundle {
From source file org.jfree.chart.demo.resources.DemoResources.java
/** * A resource bundle that stores all the user interface items that might need localisation. * */ public class DemoResources extends ListResourceBundle {