//ClientProperties props = new ClientProperties();
//String screenWidth = props.getInt(ClientProperties.SCREEN_WIDTH) ;
colMain = new Column();
ContainerEx pnDummy = new ContainerEx();
pnDummy.setHeight(new JbsExtent(80));
colMain.add(pnDummy);
rowMain = new Row();
rowMain.setAlignment(Alignment.ALIGN_CENTER);