Home
last modified time | relevance | path

Searched refs:splitListClient (Results 1 – 1 of 1) sorted by relevance

/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/
DWorkSpaceView.java45 protected JSplitPane splitListClient ; field in WorkSpaceView
87 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()