|
@ -168,4 +168,40 @@ public class GamelauncherMain extends JFrame {//class |
|
|
contentPane.add(AdTextadventure); |
|
|
contentPane.add(AdTextadventure); |
|
|
}//end standardkonstruktor |
|
|
}//end standardkonstruktor |
|
|
|
|
|
|
|
|
|
|
|
public int getBreite() { |
|
|
|
|
|
return breite; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setBreite(int breite) { |
|
|
|
|
|
this.breite = breite; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public int getHoehe() { |
|
|
|
|
|
return hoehe; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setHoehe(int hoehe) { |
|
|
|
|
|
this.hoehe = hoehe; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public int getBreiteLabels() { |
|
|
|
|
|
return breiteLabels; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setBreiteLabels(int breiteLabels) { |
|
|
|
|
|
this.breiteLabels = breiteLabels; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public int getHoeheLabels() { |
|
|
|
|
|
return hoeheLabels; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setHoeheLabels(int hoeheLabels) { |
|
|
|
|
|
this.hoeheLabels = hoeheLabels; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public JPanel getContentPane() { |
|
|
|
|
|
return contentPane; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
}//end class |
|
|
}//end class |