Searched refs:buttonPanel (Results 1 – 6 of 6) sorted by relevance
/trunk/main/scripting/examples/java/Newsgroup/ |
H A D | PostNewsgroup.java | 107 JPanel buttonPanel = constructButtonPanel(); in post() local 135 container.add( buttonPanel, constraints ); in post() 519 JPanel buttonPanel = new JPanel(); in constructButtonPanel() local 520 buttonPanel.setLayout( new GridBagLayout() ); in constructButtonPanel() 535 buttonPanel.add( sep, constraints ); in constructButtonPanel() 541 buttonPanel.add( emptyPanel1, constraints ); in constructButtonPanel() 547 buttonPanel.add( emptyPanel2, constraints ); in constructButtonPanel() 553 buttonPanel.add( postButton, constraints ); in constructButtonPanel() 560 buttonPanel.add( cancelButton, constraints ); in constructButtonPanel() 562 return buttonPanel; in constructButtonPanel()
|
H A D | StatusWindow.java | 91 JPanel buttonPanel = new JPanel(); in StatusWindow() local 92 buttonPanel.setLayout( new BorderLayout( 0, 5 ) ); in StatusWindow() 93 buttonPanel.add( cancelButton, "East" ); in StatusWindow() 94 buttonPanel.add( new JSeparator( SwingConstants.HORIZONTAL ), "North" ); in StatusWindow() 120 container.add( buttonPanel, constraints ); in StatusWindow()
|
/trunk/main/xmlsecurity/tools/uno/ |
H A D | TestTool.java | 408 JPanel buttonPanel = new JPanel(); in buildUI() local 409 buttonPanel.add(m_batchButton); in buildUI() 410 buttonPanel.add(m_openButton); in buildUI() 411 buttonPanel.add(m_startButton); in buildUI() 412 buttonPanel.add(m_goButton); in buildUI() 413 buttonPanel.add(m_stepButton); in buildUI() 414 buttonPanel.add(m_isExportingButton); in buildUI() 415 buttonPanel.add(m_isJavaComponentButton); in buildUI() 416 buttonPanel.add(m_saveButton); in buildUI() 418 mainPanel.add("South", buttonPanel); in buildUI()
|
/trunk/main/scripting/examples/beanshell/Highlight/ |
H A D | highlighter.bsh | 144 buttonPanel = new JPanel(); 145 buttonPanel.setLayout(new FlowLayout()); 146 buttonPanel.add(searchButton); 147 buttonPanel.add(exitButton); 166 frame.getContentPane().add(buttonPanel);
|
/trunk/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/ |
H A D | ScriptSelector.java | 160 JPanel buttonPanel = new JPanel(new BorderLayout()); in show() local 161 buttonPanel.add(northButtons, BorderLayout.NORTH); in show() 162 buttonPanel.add(southButtons, BorderLayout.SOUTH); in show() 168 mainPanel.add(buttonPanel, BorderLayout.EAST); in show()
|
/trunk/main/scripting/examples/java/selector/ |
H A D | ScriptSelector.java | 197 JPanel buttonPanel = new JPanel(new BorderLayout()); in showOrganizer() local 198 buttonPanel.add(northButtons, BorderLayout.NORTH); in showOrganizer() 199 buttonPanel.add(southButtons, BorderLayout.SOUTH); in showOrganizer() 205 mainPanel.add(buttonPanel, BorderLayout.EAST); in showOrganizer()
|
Completed in 19 milliseconds