this.getContentPane().add(jSplitPaneParts, BorderLayout.CENTER);
jSplitPaneParts.setOrientation(JSplitPane.VERTICAL_SPLIT);
jSplitPaneParts.setDividerLocation(110);
jSplitPaneParts.setPreferredSize(new java.awt.Dimension(392, 319));
{
subsciberInfoJPanel = new SubsciberInfoJPanel();
jSplitPaneParts.add(subsciberInfoJPanel, JSplitPane.LEFT);
FlowLayout subsciberInfoJPanelLayout = new FlowLayout();
subsciberInfoJPanel.setResourceUrl("http://192.168.2.171:4400/ettk/wsdm/services/ADMSubscribePort");
subsciberInfoJPanel.setNotificationLister("http://192.168.2.120:8003/bogasendpoint");
subsciberInfoJPanelLayout.setAlignment(FlowLayout.LEFT);