private void initComponent()
{
layout = new OneTwoThirdsLayoutManager(OneTwoThirdsLayoutManager.RIGHT);
this.setLayout(layout);
imagePanel = new ImagePanel(new javax.swing.ImageIcon(getClass().getResource("/getfacts/full/Logo.png")));
imagePanel.setOpaque(false);
this.add(imagePanel, OneTwoThirdsLayoutManager.ONE_THIRD);
getFactsLabel = new JLabel("GetFacts");
getFactsLabel.setForeground(this.getForeground());