}
}
};
cboCategoryCode.addItemListener(itemListener);
txtProductID = new TextField();
txtProductID.setEditable(false);
txtProductName = new TextField();
txtDescription = new TextField();
txtQtyAvailable = new TextField();
txtPrice = new TextField();
txtBarCodeNo = new TextField();
txtReorderedQty = new TextField();
txtOrderedQty = new TextField();
Panel p = new Panel();
p.setLayout(new GridLayout(9, 2, 10, 20));
p.add(lblCategoryCode);