initPanel();
}
protected void initPanel() {
SplitPane spMainVertikal = new SplitPane(SplitPane.ORIENTATION_VERTICAL, new JbsExtent(350,JbsExtent.PX));
spMainVertikal.setSeparatorWidth(new JbsExtent(1,JbsExtent.PX));
this.add(spMainVertikal);
SplitPane spMainHorizontal_1 = new SplitPane(SplitPane.ORIENTATION_HORIZONTAL, new JbsExtent(975,JbsExtent.PX));
spMainHorizontal_1.setSeparatorWidth(new JbsExtent(1,JbsExtent.PX));
spMainVertikal.add(spMainHorizontal_1);
SplitPane spSub_1 = new SplitPane(SplitPane.ORIENTATION_HORIZONTAL, new JbsExtent(485,JbsExtent.PX));
spSub_1.setSeparatorWidth(new JbsExtent(1,JbsExtent.PX));
spMainHorizontal_1.add(spSub_1);
spMainHorizontal_1.add(new ContentPane());
PnOfferList pnOfferList = new PnOfferList();
pnOfferList.setToolPaneVisible(false);
pnOfferList.setSearchable(false);
pnOfferList.setTableNavigationVisible(false);
pnOfferList.setMaxTableRow(10);
pnOfferList.setTitle(JbsL10N.getString("Offer.moduleLongName"));
PnInvoiceList pnInvoiceList = new PnInvoiceList();
pnInvoiceList.setSearchable(false);
pnInvoiceList.setToolPaneVisible(false);
pnInvoiceList.setTableNavigationVisible(false);
pnInvoiceList.setMaxTableRow(10);
pnInvoiceList.setTitle(JbsL10N.getString("Invoice.moduleLongName"));
spSub_1.add(pnOfferList);
spSub_1.add(pnInvoiceList);
SplitPane spMainHorizontal_2 = new SplitPane(SplitPane.ORIENTATION_HORIZONTAL, new JbsExtent(975,JbsExtent.PX));
spMainHorizontal_2.setSeparatorWidth(new JbsExtent(1,JbsExtent.PX));
spMainVertikal.add(spMainHorizontal_2);
SplitPane spSub_2 = new SplitPane(SplitPane.ORIENTATION_HORIZONTAL, new JbsExtent(485,JbsExtent.PX));
spSub_2.setSeparatorWidth(new JbsExtent(1,JbsExtent.PX));
spMainHorizontal_2.add(spSub_2);
spMainHorizontal_2.add(new ContentPane());
PnUnpayedInvoicesList pnUnpayedInvoicesList = new PnUnpayedInvoicesList();