Exemplo n.º 1
0
  /**
   * @param settings the SettingsClass instance that will be used to get and store the settings of
   *     the panel
   */
  protected NewsPanel(final SettingsClass settings) {
    super();

    this.language = Language.getInstance();
    this.settings = settings;

    initialize();
    loadSettings();
  }