java/SuperPostak/src/cz/frantovo/superPostak/ZobrazovacAdres.java
changeset 5 bea5d9e11d37
parent 3 03d27d3b3f7b
     1.1 --- a/java/SuperPostak/src/cz/frantovo/superPostak/ZobrazovacAdres.java	Sat Feb 28 17:57:14 2009 +0100
     1.2 +++ b/java/SuperPostak/src/cz/frantovo/superPostak/ZobrazovacAdres.java	Mon Sep 27 19:04:50 2010 +0200
     1.3 @@ -1,6 +1,7 @@
     1.4  package cz.frantovo.superPostak;
     1.5  
     1.6  import cz.frantovo.postak.InternetAddressKomu;
     1.7 +import cz.frantovo.postak.Nastaveni;
     1.8  import java.util.Collection;
     1.9  
    1.10  /**
    1.11 @@ -22,6 +23,10 @@
    1.12          panelAdres.setAdresy(adresy);
    1.13      }
    1.14  
    1.15 +	public void setNastaveni(Nastaveni n) {
    1.16 +		panelAdres.setNastaveni(n);
    1.17 +	}
    1.18 +
    1.19      /** This method is called from within the constructor to
    1.20       * initialize the form.
    1.21       * WARNING: Do NOT modify this code. The content of this method is