Home
last modified time | relevance | path

Searched refs:infoPanel (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/games/scorched3d/scorched/src/client/dialogs/
H A DPlayerDialog.cpp80 GLWPanel *infoPanel = new GLWPanel(10.0f, 390.0f, 720.0f, 75.0f, in PlayerDialog() local
82 addWidget(infoPanel); in PlayerDialog()
102 infoPanel->addWidget(imageList_); in PlayerDialog()
135 infoPanel->addWidget(new GLWDropDownText(215, 8, 120)); in PlayerDialog()
151 infoPanel->addWidget(new GLWDropDownColor(215, 8, 120)); in PlayerDialog()
165 infoPanel->addWidget(new GLWLabel(350, 8, LANG_RESOURCE("AI_LABEL", "AI:"))); in PlayerDialog()
168 infoPanel->addWidget(new GLWDropDownText(390, 8, 120)); in PlayerDialog()
184 infoPanel->addWidget(new GLWDropDownText(590, 8, 120)); in PlayerDialog()
192 GLWPanel *infoPanel = new GLWPanel(10.0f, 40.0f, 720.0f, 330.0f, in PlayerDialog() local
196 infoPanel->addWidget(viewer_); in PlayerDialog()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/ui/home/
H A Dheaderwidget.cpp35 PanelWidget *infoPanel; in DENG_GUI_PIMPL() local
44 self().add(infoPanel = new PanelWidget); in DENG_GUI_PIMPL()
47 infoPanel->setContent(info); in DENG_GUI_PIMPL()
50 infoPanel->open(); in DENG_GUI_PIMPL()
61 infoPanel->open(); in DENG_GUI_PIMPL()
65 infoPanel->close(); in DENG_GUI_PIMPL()
137 d->infoPanel->rule() in HeaderWidget()
143 rule().setInput(Rule::Height, logoHeight + d->infoPanel->rule().height() + in HeaderWidget()
162 PanelWidget &HeaderWidget::infoPanel() in infoPanel() function in HeaderWidget
164 return *d->infoPanel; in infoPanel()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DGameDialog.cpp126 wxWindow* infoPanel = createInfoPanel(this, title, infoText); in createGui() local
130 innerSizer->Add(infoPanel, 0, wxEXPAND); in createGui()
146 wxPanel* infoPanel = new wxPanel(parent); in createInfoPanel() local
147 infoPanel->SetBackgroundColour(*wxWHITE); in createInfoPanel()
149 wxStaticText* header = new wxStaticText(infoPanel, wxID_ANY, title); in createInfoPanel()
152 wxStaticText* info = new wxStaticText(infoPanel, wxID_ANY, infoText); in createInfoPanel()
155 …wxStaticText* setupMsg = new wxStaticText(infoPanel, wxID_ANY, "To set up the game paths, click on… in createInfoPanel()
158 m_openPreferencesButton = new wxButton(infoPanel, wxID_ANY, "Open preferences..."); in createInfoPanel()
171 infoPanel->SetSizerAndFit(sizer); in createInfoPanel()
175 return infoPanel; in createInfoPanel()
H A DAboutFrame.cpp69 AppInfoPanel* infoPanel = new AppInfoPanel(this); in createGui() local
134 outerSizer->Add(infoPanel, 0, wxALIGN_CENTER_HORIZONTAL | wxBOTTOM, 20); in createGui()
/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/security/dialogs/
H A DAccessWarningPane.java198 infoPanel.add(nameLabel, c); in addComponents()
200 infoPanel.add(publisherLabel, c); in addComponents()
202 infoPanel.add(fromLabel,c); in addComponents()
226 infoPanel.add(desktopCheck,c); in addComponents()
230 infoPanel.add(htmlPanelDesktop, c); in addComponents()
251 infoPanel.add(menuCheck,c); in addComponents()
255 infoPanel.add(htmlPanelMenu, c); in addComponents()
259 infoPanel.add(new JLabel(R("EXAWsettingsInfo", in addComponents()
265 infoPanel.validate(); in addComponents()
268 infoPanel.add(rememberPanel,c); in addComponents()
[all …]
H A DAppletWarningPane.java83 JPanel infoPanel = new JPanel(new BorderLayout()); in addComponents() local
84 infoPanel.add(bottomLabel, BorderLayout.CENTER); in addComponents()
85 infoPanel.setPreferredSize(new Dimension(400, 80)); in addComponents()
86 infoPanel.setBorder(BorderFactory.createEmptyBorder(10, 10, 10, 10)); in addComponents()
106 add(infoPanel); in addComponents()
H A DMissingPermissionsAttributePanel.java114 JPanel infoPanel = new JPanel(new BorderLayout()); in addComponents() local
115 infoPanel.add(bottomLabel, BorderLayout.CENTER); in addComponents()
116 infoPanel.setPreferredSize(new Dimension(400, 80)); in addComponents()
117 infoPanel.setBorder(BorderFactory.createEmptyBorder(10, 10, 10, 10)); in addComponents()
118 bottomLabel.setBackground(infoPanel.getBackground()); in addComponents()
134 add(infoPanel); in addComponents()
H A DMissingALACAttributePanel.java121 JPanel infoPanel = new JPanel(new BorderLayout()); in addComponents() local
122 infoPanel.add(bottomLabel, BorderLayout.CENTER); in addComponents()
123 infoPanel.setPreferredSize(new Dimension(400, 80)); in addComponents()
124 infoPanel.setBorder(BorderFactory.createEmptyBorder(10, 10, 10, 10)); in addComponents()
125 bottomLabel.setBackground(infoPanel.getBackground()); in addComponents()
141 add(infoPanel); in addComponents()
H A DCertWarningPane.java95 private JPanel topPanel, infoPanel, buttonPanel, bottomPanel; field in CertWarningPane
217 infoPanel = new JPanel(new GridLayout(4, 1)); in addButtons()
218 infoPanel.add(nameLabel); in addButtons()
219 infoPanel.add(publisherLabel); in addButtons()
223 infoPanel.add(fromLabel); in addButtons()
226 infoPanel.add(alwaysTrust); in addButtons()
227 infoPanel.setBorder(BorderFactory.createEmptyBorder(25, 25, 25, 25)); in addButtons()
289 add(infoPanel); in addButtons()
/dports/net-mgmt/sysmon/sysmon-0.93/OtherClients/SysMon-JClient-1.1/source/
H A DMonitorClient.java189 InfoPanel infoPanel = new InfoPanel();
191 infoPanel.setLayout(gridBagLayout2);
214 …CUtil.AddGBComponent(label5, infoPanel, gridBagLayout2, 1, 0, 1, 1, 0.0, 0.0, 0, 16, new Insets(3,…
215 …CUtil.AddGBComponent(m_labHostPort, infoPanel, gridBagLayout2, 1, 1, 1, 1, 0.0, 0.0, 1, 18, new In…
216 …CUtil.AddGBComponent(label6, infoPanel, gridBagLayout2, 2, 0, 1, 1, 0.0, 0.0, 0, 16, new Insets(3,…
217 …CUtil.AddGBComponent(m_labCurrentTime, infoPanel, gridBagLayout2, 2, 1, 1, 1, 0.0, 0.0, 1, 18, new…
218 …CUtil.AddGBComponent(label7, infoPanel, gridBagLayout2, 3, 0, 1, 1, 0.0, 0.0, 0, 16, new Insets(3,…
220 …CUtil.AddGBComponent(label8, infoPanel, gridBagLayout2, 4, 0, 1, 1, 0.0, 0.0, 0, 16, new Insets(3,…
221 …CUtil.AddGBComponent(m_labNextCheck, infoPanel, gridBagLayout2, 4, 1, 1, 1, 0.0, 0.0, 1, 18, new I…
222 …CUtil.AddGBComponent(label9, infoPanel, gridBagLayout2, 5, 0, 1, 1, 0.0, 0.0, 0, 16, new Insets(3,…
[all …]
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-contrib/zookeeper-contrib-zooinspector/src/main/java/org/apache/zookeeper/inspector/gui/nodeviewer/
H A DNodeViewerMetaData.java113 JPanel infoPanel = new JPanel(); in nodeSelectionChanged()
114 infoPanel.setBackground(Color.WHITE); in nodeSelectionChanged()
115 infoPanel.setLayout(new GridBagLayout()); in nodeSelectionChanged()
135 infoPanel.add(label, c1); in nodeSelectionChanged()
148 infoPanel.add(text, c2); in nodeSelectionChanged()
163 NodeViewerMetaData.this.metaDataPanel.add(infoPanel, c); in nodeSelectionChanged()
/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfsexplorer/
H A DFileInfoWindow.java77 JPanel infoPanel = null; in FileInfoWindow() local
90 infoPanel = fip; in FileInfoWindow()
94 infoPanel = svp; in FileInfoWindow()
102 infoPanel = fip; in FileInfoWindow()
106 infoPanel = svp; in FileInfoWindow()
110 if(infoPanel != null) { in FileInfoWindow()
111 …infoPanelScroller = new JScrollPane(infoPanel, JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED, JScrollPa… in FileInfoWindow()
/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfsexplorer/gui/
H A DBTreeInfoPanel.java166 infoPanel.setLayout(clRoot); in BTreeInfoPanel()
168 infoPanel.add(indexNodeLabel, INDEX_NAME); in BTreeInfoPanel()
169 infoPanel.add(leafPanel, LEAF_NAME); in BTreeInfoPanel()
200 clRoot.show(infoPanel, INDEX_NAME); in BTreeInfoPanel()
252 clRoot.show(infoPanel, LEAF_NAME); in BTreeInfoPanel()
353 infoPanel = new javax.swing.JPanel(); in initComponents()
375 infoPanel.setPreferredSize(new java.awt.Dimension(100, 140)); in initComponents()
377 … org.jdesktop.layout.GroupLayout infoPanelLayout = new org.jdesktop.layout.GroupLayout(infoPanel); in initComponents()
378 infoPanel.setLayout(infoPanelLayout); in initComponents()
388 jSplitPane1.setRightComponent(infoPanel); in initComponents()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/exportplot/clipboard/
H A DCopyPlotToClipboardWebDialog.java58 HorizontalPanel infoPanel = new HorizontalPanel(); in CopyPlotToClipboardWebDialog() local
61 infoPanel.add(rightMouseImage); in CopyPlotToClipboardWebDialog()
66 infoPanel.add(label); in CopyPlotToClipboardWebDialog()
68 addLeftWidget(infoPanel); in CopyPlotToClipboardWebDialog()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/gui/map/
H A DMapPanelController.java50 private final InformationPanel infoPanel; field in MapPanelController
72 infoPanel = new InformationPanel(); in MapPanelController()
73 infoPanel.setBackground(Color.BLACK); in MapPanelController()
74 container.add(infoPanel, SLayout.EXPAND_X); in MapPanelController()
194 infoPanel.setZoneName(zone); in update()
195 infoPanel.setDangerLevel(dangerLevel); in update()
/dports/devel/staf/src/staf/install/ismp/classes/
H A DSTAFOlderVersionPanel2xSwingImpl.java116 JPanel infoPanel = new JPanel(); in createPanel() local
117 infoPanel.setLayout(new FlowLayout(FlowLayout.LEFT, 0, 0)); in createPanel()
128 infoPanel.add(Box.createHorizontalStrut(10)); in createPanel()
129 infoPanel.add(textPanel); in createPanel()
132 olderVersionPanel.add(infoPanel); in createPanel()
H A DSTAFOlderVersionPanelSwingImpl.java116 JPanel infoPanel = new JPanel(); in createPanel() local
117 infoPanel.setLayout(new FlowLayout(FlowLayout.LEFT, 0, 0)); in createPanel()
128 infoPanel.add(Box.createHorizontalStrut(10)); in createPanel()
129 infoPanel.add(textPanel); in createPanel()
132 olderVersionPanel.add(infoPanel); in createPanel()
/dports/graphics/jalbum/jAlbum/skins/Galleria/
H A Donload.bsh653 ControlPanel infoPanel = new ControlPanel(t(A_SECTION));
654 aboutPanel.add("hfill", infoPanel);
656 infoPanel.add(new JLabel(t(A_SECTION, "version") + ":"));
657 infoPanel.add(new JLabel(skinVersion));
659 infoPanel.add(new JLabel("Kristoffer Jelbring"));
667 infoPanel.add(new JLabel("Miguel Herrero"));
669 infoPanel.add(new JLabel("Jae Hyung Lee"));
671 infoPanel.add(new JLabel("exitplanetdust"));
673 infoPanel.add(new JLabel("wtronic"));
675 infoPanel.add(new JLabel("MID"));
[all …]
/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/security/dialogs/apptrustwarningpanel/
H A DAppTrustWarningPanel.java234 JPanel infoPanel = new JPanel(new BorderLayout());
241 infoLabel.setBackground(infoPanel.getBackground());
259 infoPanel.add(titleLabel, BorderLayout.PAGE_START);
260 infoPanel.add(infoLabel, BorderLayout.CENTER);
261 infoPanel.setPreferredSize(new Dimension(PANE_WIDTH, panelHeight));
262 infoPanel.setBorder(BorderFactory.createEmptyBorder(10, 10, 10, 10));
264 add(infoPanel);
/dports/astro/stellarium/stellarium-0.21.3/plugins/Calendars/src/
H A DCalendars.cpp121infoPanel=new CalendarsInfoPanel(this, static_cast<StelGui*>(StelApp::getInstance().getGui())->get… in Calendars()
135 if (infoPanel) delete infoPanel; in ~Calendars()
190 infoPanel->setFont(font); in init()
191 infoPanel->setPos(600, 300); in init()
272 infoPanel->hide(); in draw()
320 infoPanel->setDefaultTextColor(color.toQColor()); in draw()
321 infoPanel->setHtml(str); in draw()
322 infoPanel->updatePosition(); in draw()
323 infoPanel->show(); in draw()
/dports/java/jcommon/jcommon-1.0.23/src/main/java/org/jfree/ui/about/
H A DAboutPanel.java119 final JPanel infoPanel = new JPanel(); in AboutPanel() local
122 infoPanel.add(infoLabel); in AboutPanel()
127 textPanel.add(infoPanel); in AboutPanel()
/dports/www/webtrees/webtrees-1.7.18/webtrees/modules_v3/googlemap/css/
H A Dgm_streetview.css1 …er:1px solid black}#toggle form{margin-bottom:4px}#infoPanel{display:none;margin:5px auto 0}#infoP…
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/connections/ui/
H A DNewConnectionShinyHost.css9 .infoPanel {
16 .infoPanel .gwt-Image {
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/print/RemotePrinterStatusRefresh/
H A DRemotePrinterStatusRefresh.java264 JPanel infoPanel = new JPanel(); in createInfoPanel() local
265 GroupLayout layout = new GroupLayout(infoPanel); in createInfoPanel()
266 infoPanel.setLayout(layout); in createInfoPanel()
267 infoPanel.setBorder(BorderFactory.createTitledBorder("Info")); in createInfoPanel()
290 return infoPanel; in createInfoPanel()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/print/RemotePrinterStatusRefresh/
H A DRemotePrinterStatusRefresh.java264 JPanel infoPanel = new JPanel(); in createInfoPanel() local
265 GroupLayout layout = new GroupLayout(infoPanel); in createInfoPanel()
266 infoPanel.setLayout(layout); in createInfoPanel()
267 infoPanel.setBorder(BorderFactory.createTitledBorder("Info")); in createInfoPanel()
290 return infoPanel; in createInfoPanel()

12345678