layout.setWidgetTopHeight(scroll, 0, Style.Unit.PX, 100, Style.Unit.PCT);
// ---
vpanel.add(new ContentHeaderLabel("JDBC Datasources"));
vpanel.add(new ContentDescription(Console.CONSTANTS.subsys_jca_dataSources_desc()));
dataSourceTable = new DatasourceTable();
vpanel.add(new ContentGroupLabel(Console.MESSAGES.available("Datasources")));