Searched refs:buttonPanel (Results 1 – 2 of 2) sorted by relevance
353 final JPanel buttonPanel = new JPanel(new FlowLayout(FlowLayout.CENTER));354 mainPanel.add(buttonPanel, BorderLayout.PAGE_END);358 buttonPanel.add(okButton);368 buttonPanel.add(cancelButton);
243 JPanel buttonPanel = new JPanel(); in createUI() local326 buttonPanel.add(ok); in createUI()327 buttonPanel.add(cancel); in createUI()335 mainPanel.add(buttonPanel, BorderLayout.SOUTH); in createUI()