Searched refs:JScrollPane (Results 1 - 25 of 134) sorted by relevance

123456

/openjdk7/jdk/test/javax/swing/JScrollPane/6559589/
H A Dbug6559589.java27 * @summary Memory leak in JScrollPane.updateUI()
38 JScrollPane sp = new JScrollPane();
/openjdk7/jdk/test/javax/swing/plaf/basic/BasicScrollPaneUI/
H A DTest6632810.java40 ui.installUI(new JScrollPane());
61 ui.getBaseline(new JScrollPane(), width, height);
63 throw new RuntimeException("getBaseline(new JScrollPane(), " + width + ", " + height +
/openjdk7/jdk/test/javax/swing/JScrollPane/6612531/
H A Dbug6612531.java39 c.preferredLayoutSize(new JScrollPane());
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalScrollPaneUI.java66 JScrollPane sp = (JScrollPane)c;
73 JScrollPane sp = (JScrollPane)c;
84 public void installListeners(JScrollPane scrollPane) {
102 public void uninstallListeners(JScrollPane scrollPane) {
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifScrollPaneUI.java59 protected void installListeners(JScrollPane scrollPane) {
65 protected void uninstallListeners(JScrollPane scrollPane) {
76 JScrollPane pane = (JScrollPane)e.getSource();
95 protected void installDefaults(JScrollPane scrollpane) {
119 protected void uninstallDefaults(JScrollPane c) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DDeadlockDetectionPanel.java41 JScrollPane scroller = new JScrollPane();
H A DHeapParametersPanel.java44 JScrollPane scroller = new JScrollPane();
H A DThreadInfoPanel.java48 JScrollPane scroller = new JScrollPane();
H A DJavaStackTracePanel.java64 topPanel.add(new JScrollPane(stackTraceEditor), BorderLayout.CENTER);
68 bottomPanel.add(new JScrollPane(contentEditor), BorderLayout.CENTER);
H A DVMFlagsPanel.java48 add(new JScrollPane(flagsPane), BorderLayout.CENTER);
/openjdk7/jdk/src/share/demo/jfc/TableExample/
H A DTableExample2.java48 import javax.swing.JScrollPane;
77 JScrollPane scrollpane = new JScrollPane(tableView);
/openjdk7/jdk/test/javax/swing/JScrollPane/
H A DTest6526631.java36 import javax.swing.JScrollPane;
50 private final JScrollPane pane;
54 this.pane = new JScrollPane(new JTextArea(ROWS, COLS));
/openjdk7/jdk/test/javax/swing/border/
H A DTest6910490.java32 import javax.swing.JScrollPane;
58 private JScrollPane create(String name, Dimension size, MatteBorder border) {
62 return new JScrollPane(button);
/openjdk7/jdk/src/share/demo/jfc/Metalworks/
H A DMetalworksInBox.java43 import javax.swing.JScrollPane;
103 JScrollPane treeScroller = new JScrollPane(tree);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXDataViewer.java29 import javax.swing.JScrollPane;
53 if(comp instanceof JScrollPane) {
54 JScrollPane pane = (JScrollPane) comp;
H A DXArrayDataViewer.java34 import javax.swing.JScrollPane;
104 JScrollPane scrollp = new JScrollPane(arrayEditor);
/openjdk7/jdk/test/javax/swing/JTable/6913768/
H A Dbug6913768.java45 frame.getContentPane().add(new JScrollPane(table));
/openjdk7/jdk/test/javax/swing/JEditorPane/6917744/
H A Dbug6917744.java26 * @summary JScrollPane Page Up/Down keys do not handle correctly html tables with different cells contents
43 private static JScrollPane scrollPane;
65 scrollPane = new JScrollPane(editorPane);
/openjdk7/jdk/test/javax/swing/JLayer/6824395/
H A Dbug6824395.java40 static JScrollPane scrollPane;
61 scrollPane = new JScrollPane(editorPaneLayer);
/openjdk7/jdk/test/javax/swing/JTextArea/6940863/
H A Dbug6940863.java41 private static JScrollPane scrollPane;
71 scrollPane = new JScrollPane(textArea);
/openjdk7/jdk/test/javax/swing/JViewport/7107099/
H A Dbug7107099.java38 private static JScrollPane scrollPane;
53 scrollPane = new JScrollPane(textarea);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DBoundedZoomAction.java31 import javax.swing.JScrollPane;
72 private JScrollPane findScrollPane(JComponent component) {
77 if (component instanceof JScrollPane) {
78 return ((JScrollPane) component);
92 JScrollPane scrollPane = findScrollPane(scene.getView());
H A DExtendedPanAction.java35 import javax.swing.JScrollPane;
45 private JScrollPane scrollPane;
66 private JScrollPane findScrollPane(JComponent component) {
71 if (component instanceof JScrollPane) {
72 return ((JScrollPane) component);
/openjdk7/jdk/test/javax/swing/JTree/8003400/
H A DTest8003400.java45 import javax.swing.JScrollPane;
55 private static JScrollPane pane;
75 frame.add(pane = new JScrollPane(tree));
/openjdk7/jdk/test/sun/java2d/DirectX/SwingOnScreenScrollingTest/
H A DSwingOnScreenScrollingTest.java48 import javax.swing.JScrollPane;
52 static JScrollPane pane;
73 pane = new JScrollPane(test);

Completed in 63 milliseconds

123456