Searched refs:scroll (Results 51 - 75 of 191) sorted by relevance

12345678

/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DInstallReviewPanel.java541 JScrollPane scroll = new JScrollPane(p);
542 scroll.setOpaque(false);
543 scroll.getViewport().setOpaque(false);
544 scroll.getViewport().setBackground(UIFactory.DEFAULT_BACKGROUND);
545 scroll.setBackground(UIFactory.DEFAULT_BACKGROUND);
547 cardLayoutPanel.add(scroll, DISPLAY_TEXT.toString());
548 scroll = new JScrollPane();
549 createEquivalentCommandPanel(scroll);
550 scroll.setOpaque(false);
551 scroll
637 createEquivalentCommandPanel(JScrollPane scroll) argument
[all...]
H A DRemoteReplicationPortsPanel.java75 private JScrollPane scroll; field in class:RemoteReplicationPortsPanel
195 scroll = UIFactory.createBorderLessScrollBar(fieldsPanel);
197 panel.add(scroll, gbc);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMonitoringAttributesViewPanel.java173 JScrollPane scroll = Utilities.createBorderLessScrollBar(checkBoxPanel);
174 ScrollPaneBorderListener.createFullBorderListener(scroll);
214 add(scroll, gbc);
261 scroll.getViewport().setPreferredSize(
H A DColorAndFontConstants.java87 JScrollPane scroll = new JScrollPane();
88 border = scroll.getBorder();
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DInstallReviewPanel.java599 JScrollPane scroll = new JScrollPane(p);
600 scroll.setOpaque(false);
601 scroll.getViewport().setOpaque(false);
602 scroll.getViewport().setBackground(UIFactory.DEFAULT_BACKGROUND);
603 scroll.setBackground(UIFactory.DEFAULT_BACKGROUND);
605 cardLayoutPanel.add(scroll, DISPLAY_TEXT.toString());
606 scroll = new JScrollPane();
607 createEquivalentCommandPanel(scroll);
608 scroll.setOpaque(false);
609 scroll
695 createEquivalentCommandPanel(JScrollPane scroll) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DMonitoringAttributesViewPanel.java164 JScrollPane scroll = Utilities.createBorderLessScrollBar(checkBoxPanel);
165 ScrollPaneBorderListener.createFullBorderListener(scroll);
204 add(scroll, gbc);
251 scroll.getViewport().setPreferredSize(
H A DColorAndFontConstants.java90 JScrollPane scroll = new JScrollPane();
91 border = scroll.getBorder();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/ui/
H A DInstallReviewPanel.java460 JScrollPane scroll = new JScrollPane(p);
461 scroll.setOpaque(false);
462 scroll.getViewport().setOpaque(false);
463 scroll.getViewport().setBackground(UIFactory.DEFAULT_BACKGROUND);
464 scroll.setBackground(UIFactory.DEFAULT_BACKGROUND);
466 cardLayoutPanel.add(scroll, DISPLAY_TEXT.toString());
467 scroll = new JScrollPane();
468 createEquivalentCommandPanel(scroll);
469 scroll.setOpaque(false);
470 scroll
531 createEquivalentCommandPanel(final JScrollPane scroll) argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java426 * Returns a JScrollPane that contains the provided component. The scroll
428 * @param comp the component contained in the scroll pane.
429 * @return a JScrollPane that contains the provided component. The scroll
434 JScrollPane scroll = new JScrollPane(comp);
435 scroll.setBorder(new EmptyBorder(0, 0, 0, 0));
436 scroll.setViewportBorder(new EmptyBorder(0, 0, 0, 0));
437 scroll.setOpaque(false);
438 scroll.getViewport().setOpaque(false);
439 scroll.getViewport().setBackground(ColorAndFontConstants.background);
440 scroll
812 updateScrollMode(JScrollPane scroll, JTable table) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java425 * Returns a JScrollPane that contains the provided component. The scroll
427 * @param comp the component contained in the scroll pane.
428 * @return a JScrollPane that contains the provided component. The scroll
433 JScrollPane scroll = new JScrollPane(comp);
434 scroll.setBorder(new EmptyBorder(0, 0, 0, 0));
435 scroll.setViewportBorder(new EmptyBorder(0, 0, 0, 0));
436 scroll.setOpaque(false);
437 scroll.getViewport().setOpaque(false);
438 scroll.getViewport().setBackground(ColorAndFontConstants.background);
439 scroll
811 updateScrollMode(JScrollPane scroll, JTable table) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java426 * Returns a JScrollPane that contains the provided component. The scroll
428 * @param comp the component contained in the scroll pane.
429 * @return a JScrollPane that contains the provided component. The scroll
434 JScrollPane scroll = new JScrollPane(comp);
435 scroll.setBorder(new EmptyBorder(0, 0, 0, 0));
436 scroll.setViewportBorder(new EmptyBorder(0, 0, 0, 0));
437 scroll.setOpaque(false);
438 scroll.getViewport().setOpaque(false);
439 scroll.getViewport().setBackground(ColorAndFontConstants.background);
440 scroll
812 updateScrollMode(JScrollPane scroll, JTable table) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java425 * Returns a JScrollPane that contains the provided component. The scroll
427 * @param comp the component contained in the scroll pane.
428 * @return a JScrollPane that contains the provided component. The scroll
433 JScrollPane scroll = new JScrollPane(comp);
434 scroll.setBorder(new EmptyBorder(0, 0, 0, 0));
435 scroll.setViewportBorder(new EmptyBorder(0, 0, 0, 0));
436 scroll.setOpaque(false);
437 scroll.getViewport().setOpaque(false);
438 scroll.getViewport().setBackground(ColorAndFontConstants.background);
439 scroll
811 updateScrollMode(JScrollPane scroll, JTable table) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java439 * Returns a JScrollPane that contains the provided component. The scroll
441 * @param comp the component contained in the scroll pane.
442 * @return a JScrollPane that contains the provided component. The scroll
447 JScrollPane scroll = new JScrollPane(comp);
448 scroll.setBorder(new EmptyBorder(0, 0, 0, 0));
449 scroll.setViewportBorder(new EmptyBorder(0, 0, 0, 0));
450 scroll.setOpaque(false);
451 scroll.getViewport().setOpaque(false);
452 scroll.getViewport().setBackground(ColorAndFontConstants.background);
453 scroll
825 updateScrollMode(JScrollPane scroll, JTable table) argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DColorAndFontConstants.java87 JScrollPane scroll = new JScrollPane();
88 border = scroll.getBorder();
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DColorAndFontConstants.java86 JScrollPane scroll = new JScrollPane();
87 border = scroll.getBorder();
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DColorAndFontConstants.java87 JScrollPane scroll = new JScrollPane();
88 border = scroll.getBorder();
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DColorAndFontConstants.java86 JScrollPane scroll = new JScrollPane();
87 border = scroll.getBorder();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DUtilities.java411 * Returns a JScrollPane that contains the provided component. The scroll
413 * @param comp the component contained in the scroll pane.
414 * @return a JScrollPane that contains the provided component. The scroll
419 JScrollPane scroll = new JScrollPane(comp);
420 scroll.setBorder(new EmptyBorder(0, 0, 0, 0));
421 scroll.setViewportBorder(new EmptyBorder(0, 0, 0, 0));
422 scroll.setOpaque(false);
423 scroll.getViewport().setOpaque(false);
424 scroll.getViewport().setBackground(ColorAndFontConstants.background);
425 scroll
795 updateScrollMode(JScrollPane scroll, JTable table) argument
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DRemoteReplicationPortsPanel.java75 private JScrollPane scroll; field in class:RemoteReplicationPortsPanel
195 scroll = UIFactory.createBorderLessScrollBar(fieldsPanel);
197 panel.add(scroll, gbc);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/ui/
H A DConfirmUninstallPanel.java329 JScrollPane scroll = new JScrollPane(list);
330 scroll.setViewportBorder(new EmptyBorder(0, 0, 0, 0));
332 panel.add(scroll, gbc);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DRemoteReplicationPortsPanel.java76 private JScrollPane scroll; field in class:RemoteReplicationPortsPanel
196 scroll = UIFactory.createBorderLessScrollBar(fieldsPanel);
198 panel.add(scroll, gbc);
/forgerock/opendj2/src/guitools/org/opends/guitools/uninstaller/ui/
H A DConfirmUninstallPanel.java328 JScrollPane scroll = new JScrollPane(list);
329 scroll.setViewportBorder(new EmptyBorder(0, 0, 0, 0));
331 panel.add(scroll, gbc);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DRemoteReplicationPortsPanel.java76 private JScrollPane scroll; field in class:RemoteReplicationPortsPanel
196 scroll = UIFactory.createBorderLessScrollBar(fieldsPanel);
198 panel.add(scroll, gbc);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/ui/
H A DConfirmUninstallPanel.java329 JScrollPane scroll = new JScrollPane(list);
330 scroll.setViewportBorder(new EmptyBorder(0, 0, 0, 0));
332 panel.add(scroll, gbc);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/ui/
H A DConfirmUninstallPanel.java328 JScrollPane scroll = new JScrollPane(list);
329 scroll.setViewportBorder(new EmptyBorder(0, 0, 0, 0));
331 panel.add(scroll, gbc);

Completed in 138 milliseconds

12345678