returns localized string @param s key @return localized String, or null the key doesn't exist
(String s)
| 73 | * @return localized String, or null the key doesn't exist |
| 74 | */ |
| 75 | private static String getLocString(String s) { |
| 76 | return locBundle.getString(s); |
| 77 | } |
| 78 | |
| 79 | //<editor-fold defaultstate="collapsed" desc="Color schemes"> |
| 80 | /** |