317318319320321322323324325326327
m_weather = new WeatherService(); m_time = new TimeService(); if(options != null) m_weather.setEnabled(!Boolean.parseBoolean(options.get("disableWeather"))); m_ui = new Ui(m_display); m_ui.setAllVisible(false); } } }