Searched refs:splitListClient (Results 1 – 1 of 1) sorted by relevance
45 protected JSplitPane splitListClient ; field in WorkSpaceView87 this.splitListClient = new JSplitPane( JSplitPane.HORIZONTAL_SPLIT, in initComponents()89 this.splitListClient.setResizeWeight(0.4); in initComponents()90 this.splitListClient.setBorder(BorderFactory.createEmptyBorder()); in initComponents()95 this.getContentPane().add(this.splitListClient, BorderLayout.CENTER); in initComponents()