private Panel createCheckOutPanel() {
Panel p = new Panel();
p.setLayout(new BorderLayout());
lblCheckOutList = new Label("Purchase Item Invoice : ");
lblCheckOutList.setFont(f);
lstCheckOut = new List(10);
lstCheckOut.setMultipleMode(false);
String header0 = StringUtil.createFixedWidthString("No", 5);
String header1 = StringUtil.createFixedWidthString("Product Name", 30);
String header2 = StringUtil.createFixedWidthString("Unit Price", 15);
String header3 = StringUtil.createFixedWidthString("Qty", 5);