Auf eigenes Repo pushen
parent
3e676fa6d0
commit
fc78eb1805
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>Bank-System</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
</natures>
|
||||
</projectDescription>
|
|
@ -19,7 +19,7 @@ public class KontoAnlegenFrame extends JFrame implements ActionListener {
|
|||
|
||||
private Banksystem bs;
|
||||
|
||||
public KontoAnlegenFrame(Banksystem bs) {
|
||||
public KontoAnlegenFrame(Banksystem bs) { //Konstruktor
|
||||
this.bs = bs;
|
||||
|
||||
this.setTitle(bs.getBankname());
|
||||
|
|
Loading…
Reference in New Issue