// this.farbeA2.setText("((x/y*180) mod 30 + 3)*2");
// this.farbeA2.setText("(((x - x mod 1250)*5 / y + 1) * 30)*(x /
// y)+10");
editPanel.add(new Label("-----"));
this.grAuswahl = new Choice();
choiPan.add(this.grAuswahl);
this.grAuswahl.addItemListener(this);
b = new JButton("11");
b.addActionListener(this);
buttonPanel3.add(b);
b = new JButton("12");
b.addActionListener(this);
buttonPanel3.add(b);
b = new JButton("13");
b.addActionListener(this);
buttonPanel3.add(b);
b = new JButton("14");
b.addActionListener(this);
buttonPanel3.add(b);
b = new JButton("15");
b.addActionListener(this);
buttonPanel3.add(b);
b = new JButton("16");
b.addActionListener(this);
buttonPanel3.add(b);
b = new JButton("17");
b.addActionListener(this);
buttonPanel3.add(b);
b = new JButton("18");
b.addActionListener(this);
buttonPanel3.add(b);
b = new JButton("19");
b.addActionListener(this);
buttonPanel3.add(b);
b = new JButton("20");
b.addActionListener(this);
buttonPanel3.add(b);
b = new JButton("21");
b.addActionListener(this);
buttonPanel3.add(b);
p.add(buttonPanel);
p.add(listPanel);
p.add(labelPanel);
p.add(editPanel);
p.add(buttonPanel2);
p.add(choiPan);
p.add(buttonPanel3);
p.add(buttonPanel4);
Panel pp = new Panel(new GridLayout(2, 1));
this.pfeilAnfang = new Choice();
this.pfeilEnde = new Choice();
this.pfeilAnfang.addItemListener(this);
this.pfeilEnde.addItemListener(this);
this.pfeilAnfFakt = new JTextField();
this.pfeilEndFakt = new JTextField();
pp.add(this.pfeilAnfang);