Searched refs:getInsets (Results 1 - 25 of 199) sorted by relevance

12345678

/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DContainerPeer.java47 Insets getInsets(); method in interface:ContainerPeer
/openjdk7/jdk/src/share/classes/javax/swing/colorchooser/
H A DCenterLayout.java45 Insets insets = container.getInsets();
66 Insets containerInsets = container.getInsets();
H A DSmartGridLayout.java75 Insets insets = c.getInsets();
115 Insets insets = c.getInsets();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DCenterLayout.java45 Insets insets = container.getInsets();
65 Insets containerInsets = container.getInsets();
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPanelPeer.java55 public Insets getInsets() { method in class:WPanelPeer
95 * DEPRECATED: Replaced by getInsets().
98 return getInsets();
/openjdk7/jdk/src/share/classes/javax/swing/
H A DOverlayLayout.java130 * by getInsets().
141 Insets insets = target.getInsets();
161 Insets insets = target.getInsets();
183 Insets insets = target.getInsets();
233 Insets in = target.getInsets();
H A DBoxLayout.java304 Insets insets = target.getInsets();
329 Insets insets = target.getInsets();
354 Insets insets = target.getInsets();
412 Insets in = target.getInsets();
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformComponent.java63 final Insets insets = platformWindow.getPeer().getInsets();
/openjdk7/jdk/test/java/awt/FullScreen/FullScreenInsets/
H A DFullScreenInsets.java59 final Insets iGreen = wGreen.getInsets();
67 final Insets iRed = wGreen.getInsets();
86 testInsets(wGreen.getInsets(), iGreen);
87 testInsets(wRed.getInsets(), iRed);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifToggleButtonUI.java105 Insets insets = b.getInsets();
119 public Insets getInsets(JComponent c) { method in class:MotifToggleButtonUI
/openjdk7/jdk/test/sun/java2d/DirectX/InfiniteValidationLoopTest/
H A DInfiniteValidationLoopTest.java84 g.drawImage(vi, getInsets().left, getInsets().top, null);
/openjdk7/jdk/test/sun/java2d/GdiRendering/
H A DInsetClipping.java66 Insets insets = getInsets();
93 Insets insets = clipTest.getInsets();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalComboBoxUI.java82 Insets buttonInsets = arrowButton.getInsets();
119 Insets buttonInsets = arrowButton.getInsets();
269 Insets insets = comboBox.getInsets();
278 Insets insets = comboBox.getInsets();
328 Insets buttonInsets = arrowButton.getInsets();
329 Insets insets = comboBox.getInsets();
H A DMetalComboBoxButton.java116 Insets insets = getInsets();
219 Insets insets = getInsets();
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/ui/
H A DCompactLayout.java98 Insets insets = parent.getInsets();
131 Insets insets = parent.getInsets();
/openjdk7/jdk/test/sun/java2d/DirectX/OverriddenInsetsTest/
H A DOverriddenInsetsTest.java27 * @summary Tests that components overriding getInsets paint correctly
78 public Insets getInsets() {
87 public Insets getInsets() {
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXPanelPeer.java60 public Insets getInsets() { method in class:XPanelPeer
127 * DEPRECATED: Replaced by getInsets().
130 return getInsets();
/openjdk7/hotspot/agent/src/share/classes/com/sun/java/swing/ui/
H A DSplashScreen.java62 Insets i = getInsets();
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DCompositionArea.java214 int newFrameHeight = newHeight +compositionWindow.getInsets().top
215 +compositionWindow.getInsets().bottom;
219 int newFrameWidth = newWidth + compositionWindow.getInsets().left
220 + compositionWindow.getInsets().right;
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DPlatformWindow.java82 public Insets getInsets(); method in interface:PlatformWindow
/openjdk7/jdk/test/java/awt/Focus/FrameJumpingToMouse/
H A DFrameJumpingToMouse.java67 robot.mouseMove(loc.x + frame.getWidth() / 4, loc.y + frame.getInsets().top / 2);
/openjdk7/jdk/test/java/awt/Frame/FrameSize/
H A DTestFrameSize.java50 Insets insets = window.getInsets();
/openjdk7/jdk/test/java/awt/Insets/
H A DCombinedTestApp1.java70 Insets frameInsets = frame.getInsets();
/openjdk7/jdk/test/javax/swing/JSpinner/6532833/
H A Dbug6532833.java70 Insets insets = spinner.getInsets();
/openjdk7/jdk/src/share/classes/java/awt/
H A DScrollPane.java82 * borders created by the scroll pane. getInsets() can be used
282 Insets i = getInsets();
440 Insets insets = getInsets();
499 Insets i = getInsets();
528 Insets i = getInsets();
598 Insets i = getInsets();

Completed in 388 milliseconds

12345678