Home
last modified time | relevance | path

Searched refs:getContentPane (Results 1 – 25 of 4161) sorted by relevance

12345678910>>...167

/dports/games/xonotic/Xonotic/misc/tools/NexuizDemoRecorder/main/src/main/java/com/nexuiz/demorecorder/ui/swinggui/
H A DApplyTemplateDialog.java69 getContentPane().add(applyButton); in setupLayout()
70 getContentPane().add(cancelButton); in setupLayout()
74 getContentPane().add(engineCB, "wrap"); in setupCheckBoxes()
76 getContentPane().add(dpVideoDirCB, "wrap"); in setupCheckBoxes()
78 getContentPane().add(jobNameCB, "wrap"); in setupCheckBoxes()
79 getContentPane().add(demoDirectoryCB, "wrap"); in setupCheckBoxes()
80 getContentPane().add(execBeforeCapCB, "wrap"); in setupCheckBoxes()
81 getContentPane().add(execAfterCB, "wrap"); in setupCheckBoxes()
82 getContentPane().add(videoDestination, "wrap"); in setupCheckBoxes()
83 getContentPane().add(pluginSettingsCB, "wrap"); in setupCheckBoxes()
[all …]
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/
H A DSelector.java125 getContentPane().setLayout(gridbag); in Selector()
136 getContentPane().add(top_label); in Selector()
145 getContentPane().add(by_key_panel); in Selector()
161 getContentPane().add(key_selector); in Selector()
381 getContentPane().add(blank_label); in Selector()
386 getContentPane().add(and_label); in Selector()
402 getContentPane().add(motif_text); in Selector()
409 getContentPane().add(blank_label); in Selector()
446 getContentPane().add(strand_panel); in Selector()
580 getContentPane().add(blank_label); in andSeparator()
[all …]
/dports/games/gogui/Quaqua/src/test/
H A DDialogTest.java46 f.getContentPane().add(new DialogTest()); in main()
108 frame.getContentPane().setLayout(new GridBagLayout()); in openFrame()
109 frame.getContentPane().add(new JTextField(9)); in openFrame()
116 frame.getContentPane().add(closeButton); in openFrame()
128 modelessDialog.getContentPane().setLayout(new GridBagLayout()); in openModelessDialog()
130 modelessDialog.getContentPane().add(new JTextField(9)); in openModelessDialog()
138 modelessDialog.getContentPane().add(closeButton); in openModelessDialog()
150 modalDialog.getContentPane().setLayout(new GridBagLayout()); in openModalDialog()
151 modalDialog.getContentPane().add(new JTextField(9)); in openModalDialog()
159 modalDialog.getContentPane().add(closeButton); in openModalDialog()
/dports/devel/slf4j/slf4j-1.7.21/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/
H A DMigratorFrame.java159 getContentPane().add(radioJCL); in addAllComponentsToContextPane()
160 getContentPane().add(radioLog4j); in addAllComponentsToContextPane()
161 getContentPane().add(radioJUL); in addAllComponentsToContextPane()
163 getContentPane().add(folderLabel); in addAllComponentsToContextPane()
165 getContentPane().add(browseButton); in addAllComponentsToContextPane()
166 getContentPane().add(migrateButton); in addAllComponentsToContextPane()
168 getContentPane().add(awareCheckBox); in addAllComponentsToContextPane()
169 getContentPane().add(awareLabel); in addAllComponentsToContextPane()
171 getContentPane().add(warningLabel); in addAllComponentsToContextPane()
173 getContentPane().add(otherLabel); in addAllComponentsToContextPane()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/scripts/java/FGClient/src/org/flightgear/fgfsclient/
H A DUtil._java_25 dialog.getContentPane().setLayout(new GridLayout(3, 2));
26 dialog.getContentPane().add(new JLabel("Host:"));
30 dialog.getContentPane().add(hostField);
32 dialog.getContentPane().add(new JLabel("Port:"));
36 dialog.getContentPane().add(portField);
52 dialog.getContentPane().add(connectButton);
62 dialog.getContentPane().add(quitButton);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Modal/ModalInternalFrameTest/
H A DModalInternalFrameTest.java73 frame1.getContentPane().setLayout(new BorderLayout()); in init()
74 frame1.getContentPane().add(pane1); in init()
83 frame1.getContentPane().add(bn1, BorderLayout.NORTH); in init()
92 frame1.getContentPane().add(bs1, BorderLayout.SOUTH); in init()
96 frame2.getContentPane().setLayout(new BorderLayout()); in init()
97 frame2.getContentPane().add(pane2); in init()
106 frame2.getContentPane().add(bn2, BorderLayout.NORTH); in init()
115 frame2.getContentPane().add(bs2, BorderLayout.SOUTH); in init()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/Modal/ModalInternalFrameTest/
H A DModalInternalFrameTest.java73 frame1.getContentPane().setLayout(new BorderLayout()); in init()
74 frame1.getContentPane().add(pane1); in init()
83 frame1.getContentPane().add(bn1, BorderLayout.NORTH); in init()
92 frame1.getContentPane().add(bs1, BorderLayout.SOUTH); in init()
96 frame2.getContentPane().setLayout(new BorderLayout()); in init()
97 frame2.getContentPane().add(pane2); in init()
106 frame2.getContentPane().add(bn2, BorderLayout.NORTH); in init()
115 frame2.getContentPane().add(bs2, BorderLayout.SOUTH); in init()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/Modal/ModalInternalFrameTest/
H A DModalInternalFrameTest.java73 frame1.getContentPane().setLayout(new BorderLayout()); in init()
74 frame1.getContentPane().add(pane1); in init()
83 frame1.getContentPane().add(bn1, BorderLayout.NORTH); in init()
92 frame1.getContentPane().add(bs1, BorderLayout.SOUTH); in init()
96 frame2.getContentPane().setLayout(new BorderLayout()); in init()
97 frame2.getContentPane().add(pane2); in init()
106 frame2.getContentPane().add(bn2, BorderLayout.NORTH); in init()
115 frame2.getContentPane().add(bs2, BorderLayout.SOUTH); in init()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/Modal/ModalInternalFrameTest/
H A DModalInternalFrameTest.java73 frame1.getContentPane().setLayout(new BorderLayout()); in init()
74 frame1.getContentPane().add(pane1); in init()
83 frame1.getContentPane().add(bn1, BorderLayout.NORTH); in init()
92 frame1.getContentPane().add(bs1, BorderLayout.SOUTH); in init()
96 frame2.getContentPane().setLayout(new BorderLayout()); in init()
97 frame2.getContentPane().add(pane2); in init()
106 frame2.getContentPane().add(bn2, BorderLayout.NORTH); in init()
115 frame2.getContentPane().add(bs2, BorderLayout.SOUTH); in init()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/Modal/ModalInternalFrameTest/
H A DModalInternalFrameTest.java73 frame1.getContentPane().setLayout(new BorderLayout()); in init()
74 frame1.getContentPane().add(pane1); in init()
83 frame1.getContentPane().add(bn1, BorderLayout.NORTH); in init()
92 frame1.getContentPane().add(bs1, BorderLayout.SOUTH); in init()
96 frame2.getContentPane().setLayout(new BorderLayout()); in init()
97 frame2.getContentPane().add(pane2); in init()
106 frame2.getContentPane().add(bn2, BorderLayout.NORTH); in init()
115 frame2.getContentPane().add(bs2, BorderLayout.SOUTH); in init()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Modal/ModalInternalFrameTest/
H A DModalInternalFrameTest.java73 frame1.getContentPane().setLayout(new BorderLayout()); in init()
74 frame1.getContentPane().add(pane1); in init()
83 frame1.getContentPane().add(bn1, BorderLayout.NORTH); in init()
92 frame1.getContentPane().add(bs1, BorderLayout.SOUTH); in init()
96 frame2.getContentPane().setLayout(new BorderLayout()); in init()
97 frame2.getContentPane().add(pane2); in init()
106 frame2.getContentPane().add(bn2, BorderLayout.NORTH); in init()
115 frame2.getContentPane().add(bs2, BorderLayout.SOUTH); in init()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/Modal/ModalInternalFrameTest/
H A DModalInternalFrameTest.java73 frame1.getContentPane().setLayout(new BorderLayout()); in init()
74 frame1.getContentPane().add(pane1); in init()
83 frame1.getContentPane().add(bn1, BorderLayout.NORTH); in init()
92 frame1.getContentPane().add(bs1, BorderLayout.SOUTH); in init()
96 frame2.getContentPane().setLayout(new BorderLayout()); in init()
97 frame2.getContentPane().add(pane2); in init()
106 frame2.getContentPane().add(bn2, BorderLayout.NORTH); in init()
115 frame2.getContentPane().add(bs2, BorderLayout.SOUTH); in init()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/Modal/ModalInternalFrameTest/
H A DModalInternalFrameTest.java73 frame1.getContentPane().setLayout(new BorderLayout()); in init()
74 frame1.getContentPane().add(pane1); in init()
83 frame1.getContentPane().add(bn1, BorderLayout.NORTH); in init()
92 frame1.getContentPane().add(bs1, BorderLayout.SOUTH); in init()
96 frame2.getContentPane().setLayout(new BorderLayout()); in init()
97 frame2.getContentPane().add(pane2); in init()
106 frame2.getContentPane().add(bn2, BorderLayout.NORTH); in init()
115 frame2.getContentPane().add(bs2, BorderLayout.SOUTH); in init()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/Modal/ModalInternalFrameTest/
H A DModalInternalFrameTest.java72 frame1.getContentPane().setLayout(new BorderLayout()); in init()
73 frame1.getContentPane().add(pane1); in init()
82 frame1.getContentPane().add(bn1, BorderLayout.NORTH); in init()
91 frame1.getContentPane().add(bs1, BorderLayout.SOUTH); in init()
95 frame2.getContentPane().setLayout(new BorderLayout()); in init()
96 frame2.getContentPane().add(pane2); in init()
105 frame2.getContentPane().add(bn2, BorderLayout.NORTH); in init()
114 frame2.getContentPane().add(bs2, BorderLayout.SOUTH); in init()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/Modal/ModalInternalFrameTest/
H A DModalInternalFrameTest.java72 frame1.getContentPane().setLayout(new BorderLayout()); in init()
73 frame1.getContentPane().add(pane1); in init()
82 frame1.getContentPane().add(bn1, BorderLayout.NORTH); in init()
91 frame1.getContentPane().add(bs1, BorderLayout.SOUTH); in init()
95 frame2.getContentPane().setLayout(new BorderLayout()); in init()
96 frame2.getContentPane().add(pane2); in init()
105 frame2.getContentPane().add(bn2, BorderLayout.NORTH); in init()
114 frame2.getContentPane().add(bs2, BorderLayout.SOUTH); in init()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/java/
H A Dnwchem_Socket.java26 super.getContentPane().setLayout(new GridBagLayout()); in nwchem_Socket()
27 super.getContentPane().setForeground(Color.black); in nwchem_Socket()
28 super.getContentPane().setBackground(Color.lightGray); in nwchem_Socket()
29 super.getContentPane().setFont(defaultFont); in nwchem_Socket()
82 super.getContentPane().removeAll(); in plotData()
83 addComponent(super.getContentPane(),tmpPlot,0,0,1,1,1,1, in plotData()
85 addComponent(super.getContentPane(),prsPlot,0,1,1,1,1,1, in plotData()
87 addComponent(super.getContentPane(),volPlot,1,0,1,1,1,1, in plotData()
89 addComponent(super.getContentPane(),enePlot,1,1,1,1,1,1, in plotData()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/java/
H A Dnwchem_Socket.java26 super.getContentPane().setLayout(new GridBagLayout()); in nwchem_Socket()
27 super.getContentPane().setForeground(Color.black); in nwchem_Socket()
28 super.getContentPane().setBackground(Color.lightGray); in nwchem_Socket()
29 super.getContentPane().setFont(defaultFont); in nwchem_Socket()
82 super.getContentPane().removeAll(); in plotData()
83 addComponent(super.getContentPane(),tmpPlot,0,0,1,1,1,1, in plotData()
85 addComponent(super.getContentPane(),prsPlot,0,1,1,1,1,1, in plotData()
87 addComponent(super.getContentPane(),volPlot,1,0,1,1,1,1, in plotData()
89 addComponent(super.getContentPane(),enePlot,1,1,1,1,1,1, in plotData()
/dports/devel/SpecTcl/SpecTcl/demo/
H A DCupDemo.java60 this.getContentPane().add(label_2); in init()
65 this.getContentPane().add(radiobutton_1); in init()
70 this.getContentPane().add(canvas_1); in init()
75 this.getContentPane().add(radiobutton_2); in init()
80 this.getContentPane().add(radiobutton_3); in init()
85 this.getContentPane().add(radiobutton_4); in init()
90 this.getContentPane().add(button_2); in init()
148 this.getContentPane().setLayout(grid); in init()
150 this.getContentPane().setBackground(new Color(59293/256,60333/256,59293/256)); in init()
215 f.getContentPane().add("Center", win); in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/reliability/
H A DGUIUndFrame.java45 jframe1.getContentPane().setLayout(new FlowLayout()); in GUIUndFrame()
48 jframe1.getContentPane().setBackground(Color.red); in GUIUndFrame()
70 jframe2.getContentPane().setLayout(new FlowLayout()); in GUIUndFrame()
73 jframe2.getContentPane().setBackground(Color.blue); in GUIUndFrame()
80 jframe3.getContentPane().setLayout(new FlowLayout()); in GUIUndFrame()
82 jframe3.getContentPane().setBackground(Color.green); in GUIUndFrame()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/swing/reliability/
H A DGUIUndFrame.java45 jframe1.getContentPane().setLayout(new FlowLayout()); in GUIUndFrame()
48 jframe1.getContentPane().setBackground(Color.red); in GUIUndFrame()
70 jframe2.getContentPane().setLayout(new FlowLayout()); in GUIUndFrame()
73 jframe2.getContentPane().setBackground(Color.blue); in GUIUndFrame()
80 jframe3.getContentPane().setLayout(new FlowLayout()); in GUIUndFrame()
82 jframe3.getContentPane().setBackground(Color.green); in GUIUndFrame()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/reliability/
H A DGUIUndFrame.java45 jframe1.getContentPane().setLayout(new FlowLayout()); in GUIUndFrame()
48 jframe1.getContentPane().setBackground(Color.red); in GUIUndFrame()
70 jframe2.getContentPane().setLayout(new FlowLayout()); in GUIUndFrame()
73 jframe2.getContentPane().setBackground(Color.blue); in GUIUndFrame()
80 jframe3.getContentPane().setLayout(new FlowLayout()); in GUIUndFrame()
82 jframe3.getContentPane().setBackground(Color.green); in GUIUndFrame()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/swing/reliability/
H A DGUIUndFrame.java45 jframe1.getContentPane().setLayout(new FlowLayout()); in GUIUndFrame()
48 jframe1.getContentPane().setBackground(Color.red); in GUIUndFrame()
70 jframe2.getContentPane().setLayout(new FlowLayout()); in GUIUndFrame()
73 jframe2.getContentPane().setBackground(Color.blue); in GUIUndFrame()
80 jframe3.getContentPane().setLayout(new FlowLayout()); in GUIUndFrame()
82 jframe3.getContentPane().setBackground(Color.green); in GUIUndFrame()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/swing/reliability/
H A DGUIUndFrame.java45 jframe1.getContentPane().setLayout(new FlowLayout()); in GUIUndFrame()
48 jframe1.getContentPane().setBackground(Color.red); in GUIUndFrame()
70 jframe2.getContentPane().setLayout(new FlowLayout()); in GUIUndFrame()
73 jframe2.getContentPane().setBackground(Color.blue); in GUIUndFrame()
80 jframe3.getContentPane().setLayout(new FlowLayout()); in GUIUndFrame()
82 jframe3.getContentPane().setBackground(Color.green); in GUIUndFrame()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/swing/reliability/
H A DGUIUndFrame.java45 jframe1.getContentPane().setLayout(new FlowLayout()); in GUIUndFrame()
48 jframe1.getContentPane().setBackground(Color.red); in GUIUndFrame()
70 jframe2.getContentPane().setLayout(new FlowLayout()); in GUIUndFrame()
73 jframe2.getContentPane().setBackground(Color.blue); in GUIUndFrame()
80 jframe3.getContentPane().setLayout(new FlowLayout()); in GUIUndFrame()
82 jframe3.getContentPane().setBackground(Color.green); in GUIUndFrame()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/swing/reliability/
H A DGUIUndFrame.java45 jframe1.getContentPane().setLayout(new FlowLayout()); in GUIUndFrame()
48 jframe1.getContentPane().setBackground(Color.red); in GUIUndFrame()
70 jframe2.getContentPane().setLayout(new FlowLayout()); in GUIUndFrame()
73 jframe2.getContentPane().setBackground(Color.blue); in GUIUndFrame()
80 jframe3.getContentPane().setLayout(new FlowLayout()); in GUIUndFrame()
82 jframe3.getContentPane().setBackground(Color.green); in GUIUndFrame()

12345678910>>...167