コード例 #1
0
ファイル: NewsPanel.java プロジェクト: ThatGuyOverTher/Frost
  /**
   * @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();
  }