equal
deleted
inserted
replaced
42 * where each item in the array consists of a <code>String</code> key, |
42 * where each item in the array consists of a <code>String</code> key, |
43 * and either a <code>String</code> value associated with that key, |
43 * and either a <code>String</code> value associated with that key, |
44 * or if the keys ends with ".mnemonic", an element |
44 * or if the keys ends with ".mnemonic", an element |
45 * representing a mnemomic keycode <code>int</code> or <code>char</code>. |
45 * representing a mnemomic keycode <code>int</code> or <code>char</code>. |
46 */ |
46 */ |
47 public class JConsoleResources_ja extends ListResourceBundle { |
47 public class JConsoleResources_ja extends JConsoleResources { |
48 |
48 |
49 /** |
49 /** |
50 * Returns the contents of this <code>ResourceBundle</code>. |
50 * Returns the contents of this <code>ResourceBundle</code>. |
51 * |
51 * |
52 * <p> |
52 * <p> |