Searched refs:checkPanel (Results 1 – 1 of 1) sorted by relevance
113 JPanel checkPanel = new JPanel(); in initUI() local115 checkPanel.setLayout(new BorderLayout()); in initUI()116 checkPanel.setBorder(new EmptyBorder(0, 20, 0, 0)); in initUI()117 checkPanel.add(checkbox, BorderLayout.WEST); in initUI()121 this.panel.add(checkPanel, BorderLayout.SOUTH); in initUI()
Completed in 11 milliseconds