240241242243244245246
button.setText("Edit Goods"); button.addSelectionListener(new EditGoodSelectionListener(this.getShell())); button = new Button(composite, SWT.BORDER); button.setText("Buy Goods"); button.addSelectionListener(new BuyMyGoodsSelectionListener()); }