Home
last modified time | relevance | path

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

/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/utils/
H A DNagDialog.java113 JPanel checkPanel = new JPanel(); in initUI() local
115 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 9 milliseconds