Thousands of examples at your fingertips!
All classes, methods fields etc. are linked to the API documentation.
All members are listed by frequency of use or alphabetically (see left pane).
Links to examples and utility functions/classes are shown below
Class java.util.ResourceBundle
[api documentation] [ main menu] Search

Links to examples (only one line shown below for each example):
[add your own example]

1 fResourceBundle = PropertyResourceBundle.getBundle("org.apache.xerces.impl.msg.XMLSchemaMessages", locale);
2 fResourceBundle = PropertyResourceBundle.getBundle("org.apache.xerces.impl.msg.XIncludeMessages", locale);
3 findExceptCheckBox.getAccessibleContext().setAccessibleDescription(java.util.ResourceBundle.getBundle("org/netbeans/modules/vcscore/search/Bundle").getString("ACS_VcsSearchCustomizer.findExceptCheckBox.text"));
4 ResourceBundle bundle = NbBundle.getBundle(LoginCustomizerMain.class);
5 {resBundle.getString("TLD_TagAttPanel.required"),
6 final ResourceBundle bundle = NbBundle.getBundle (CompilerDisplayer.class);
7 ResourceBundle bundle = FormUtils.getBundle();
8 java.util.ResourceBundle bundle = NbBundle.getBundle(LoaderActionsPanel.class);
9 setTitle(java.util.ResourceBundle.getBundle("org/netbeans/modules/cvsclient/customizer/Bundle").getString("LoginDialog.title")); // NOI18N
10 ResourceBundle bundle = NbBundle.getBundle(ModificationDateCustomizer.class);
11 java.util.ResourceBundle bundle = NbBundle.getBundle(ConnectionPanel3.class);
12 productLabel.setText(resource.getString("PRODUCT_LABEL"));
13 newMenuItem.setText(wb.getLang().getString("new"));
14 this.getAccessibleContext().setAccessibleDescription(NbBundle.getBundle(BundleEditPanel.class).getString("ACS_BundleEditPanel"));
15 ResourceBundle bundle = org.openide.util.NbBundle.getBundle(TemplateWizard1.class);
16 String msg = MessageFormat.format(resourceBundle.getString("MSG_testrunner_summary_title"),new Object[] {testName});
17 substPanel.setName(bundle.getString("TIT_ContentMembers"));
18 getAccessibleContext().setAccessibleDescription(bundle.getString("CTL_ContentsTip"));
19 sendButton = new JButton(NbBundle.getBundle(EditPanel.class).getString("MON_Send"));
20 passwordLabel.setDisplayedMnemonic(org.openide.util.NbBundle.getBundle(CvsLoginDialog.class).getString("LoginDialog.passwordLabel.text_Mnemonic").charAt(0)); // NOI18N

Links to utility classes and functions:

1 getPropertiesForBundle(String bundleName) net.sf.jrf.util.PropertiesHelper
2 toMap(ResourceBundle resourceBundle) org.apache.commons.collections.MapUtils
3 updatePropertiesForBundle(String bundleName, Properties props) net.sf.jrf.util.PropertiesHelper
4 com.ice.util.FormatResourceBundle
5 de.ispsoft.jaxme.util.ResourceBundle
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.