window.setSize(640, 480);
window.setLocationRelativeTo(null);
JPanel test=new JPanel();
test.setSize(640, 480);
monPanel=new PanelTriggerBuilder();
test.add(monPanel);
JButton bouton=new JButton("create");
bouton.addActionListener(new ActionListener(){
public void actionPerformed(ActionEvent arg0) {