* @see org.jabusuite.webclient.transaction.position.PnPositionEdit#createComponents()
*/
@Override
protected void createComponents() {
super.createComponents();
this.txQuantity = new JbsDoubleField();
this.txPieceCostPrice = new JbsDoubleField(2);
this.txPieceCostPrice.addActionListener(new ActionListener() {
private static final long serialVersionUID = 1L;
public void actionPerformed(ActionEvent arg0) {
calcSalesPrice();
}
});
this.txSurcharge = new JbsDoubleField();
this.txSurcharge.addActionListener(new ActionListener() {
private static final long serialVersionUID = 1L;
public void actionPerformed(ActionEvent arg0) {
calcSalesPrice();
}
});
this.txPieceSalesPrice = new JbsDoubleField(2);
this.txPieceSalesPrice.addActionListener(new ActionListener() {
private static final long serialVersionUID = 1L;
public void actionPerformed(ActionEvent arg0) {