Examples of NachrichtControl


Examples of de.willuhn.jameica.hbci.gui.controller.NachrichtControl

   */
  public void bind() throws Exception {

    GUI.getView().setTitle(i18n.tr("System-Nachrichten"));
   
    NachrichtControl control = new NachrichtControl(this);
    control.getListe().paint(getParent());
  }
View Full Code Here

Examples of de.willuhn.jameica.hbci.gui.controller.NachrichtControl

  /**
   * @see de.willuhn.jameica.gui.AbstractView#bind()
   */
  public void bind() throws Exception {

    NachrichtControl control = new NachrichtControl(this);
   
    Nachricht n = control.getNachricht();

    GUI.getView().setTitle(i18n.tr("System-Nachricht vom {0}", HBCI.DATEFORMAT.format(n.getDatum())));
   
    SimpleContainer container = new SimpleContainer(getParent());
    container.addText(i18n.tr("{0} [BLZ: {1}]", new String[] {HBCIProperties.getNameForBank(n.getBLZ()),n.getBLZ()}) + "\n",true);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.