Searched refs:paintComponent (Results 1 - 25 of 58) sorted by relevance

123

/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWRepaintArea.java48 protected void paintComponent(final Component comp, final Graphics g) { method in class:LWRepaintArea
54 super.paintComponent(comp, g);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXRepaintArea.java67 protected void paintComponent(Component comp, Graphics g) { method in class:XRepaintArea
73 super.paintComponent(comp, g);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DCellRendererPane.java48 * cellRendererPane.paintComponent(g, rendererComponent, this, x, y, w, h);
122 public void paintComponent(Graphics g, Component c, Container p, int x, int y, int w, int h, boolean shouldValidate) { method in class:CellRendererPane
166 * Calls this.paintComponent(g, c, p, x, y, w, h, false).
168 public void paintComponent(Graphics g, Component c, Container p, int x, int y, int w, int h) { method in class:CellRendererPane
169 paintComponent(g, c, p, x, y, w, h, false);
174 * Calls this.paintComponent() with the rectangles x,y,width,height fields.
176 public void paintComponent(Graphics g, Component c, Container p, Rectangle r) { method in class:CellRendererPane
177 paintComponent(g, c, p, r.x, r.y, r.width, r.height);
H A DBox.java280 protected void paintComponent(Graphics g) { method in class:Box
283 super.paintComponent(g);
349 protected void paintComponent(Graphics g) { method in class:Box.Filler
352 super.paintComponent(g);
H A DJLayer.java428 super.paintComponent(g);
442 protected void paintComponent(Graphics g) { method in class:JLayer
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifInternalFrameTitlePane.java147 public void paintComponent(Graphics g) { method in class:MotifInternalFrameTitlePane
251 public void paintComponent(Graphics g) { method in class:MotifInternalFrameTitlePane.FrameButton
272 public void paintComponent(Graphics g) { method in class:MotifInternalFrameTitlePane.MinimizeButton
273 super.paintComponent(g);
284 public void paintComponent(Graphics g) { method in class:MotifInternalFrameTitlePane.MaximizeButton
285 super.paintComponent(g);
301 public void paintComponent(Graphics g) { method in class:MotifInternalFrameTitlePane.SystemButton
302 super.paintComponent(g);
358 public void paintComponent(Graphics g) { method in class:MotifInternalFrameTitlePane.Title
359 super.paintComponent(
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalComboBoxButton.java110 public void paintComponent( Graphics g ) { method in class:MetalComboBoxButton
114 super.paintComponent( g );
207 rendererPane.paintComponent( g, c, this,
211 rendererPane.paintComponent( g, c, this,
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DTableScrollPaneCorner.java49 @Override protected void paintComponent(Graphics g) { method in class:TableScrollPaneCorner
/openjdk7/jdk/test/java/awt/Window/TranslucentShapedFrameTest/
H A DTSFrame.java99 public void paintComponent(Graphics g) {
100 super.paintComponent(g);
123 public void paintComponent(Graphics g) {
124 super.paintComponent(g);
164 public void paintComponent(Graphics g) { method in class:TSFrame.MyJPanel
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaComboBoxRenderer.java148 protected void paintComponent(final Graphics g) { method in class:AquaComboBoxRendererInternal
163 super.paintComponent(g);
H A DAquaComboBoxButton.java89 public void paintComponent(final Graphics g) { method in class:AquaComboBoxButton
91 // super.paintComponent( g );
220 rendererPane.paintComponent(g, c, this, left, top, cWidth, height, shouldValidate); // h - (insets.top + insets.bottom) );
H A DAquaListUI.java154 rendererPane.paintComponent(list.getGraphics().create(), rendererComponent, list, rowBounds.x, rowBounds.y, rowBounds.width, rowBounds.height, true);
/openjdk7/jdk/test/java/awt/Window/TranslucentJAppletTest/
H A DTranslucentJAppletTest.java48 protected void paintComponent(Graphics g) {
80 throw new RuntimeException("Test FAILED: panel's paintComponent() method is not called");
/openjdk7/jdk/test/javax/imageio/plugins/gif/
H A DGifTransparencyTest.java108 public void paintComponent(Graphics g) {
137 public void paintComponent(Graphics g) { method in class:GifTransparencyTest.ImageComponent
/openjdk7/jdk/test/sun/java2d/DirectX/AccelPaintsTest/
H A DAccelPaintsTest.java152 protected void paintComponent(Graphics g) { method in class:AccelPaintsTest
153 super.paintComponent(g);
/openjdk7/jdk/src/share/classes/sun/swing/table/
H A DDefaultTableCellHeaderRenderer.java143 public void paintComponent(Graphics g) { method in class:DefaultTableCellHeaderRenderer
154 super.paintComponent(g);
158 super.paintComponent(g);
/openjdk7/jdk/test/sun/java2d/DirectX/SwingOnScreenScrollingTest/
H A DSwingOnScreenScrollingTest.java136 protected void paintComponent(Graphics g) { method in class:SwingOnScreenScrollingTest
/openjdk7/jdk/src/share/classes/sun/awt/
H A DRepaintArea.java240 paintComponent(comp, g);
262 protected void paintComponent(Component comp, Graphics g) { method in class:RepaintArea
/openjdk7/jdk/test/sun/java2d/DirectX/TransformedPaintTest/
H A DTransformedPaintTest.java185 protected void paintComponent(Graphics g) {
186 super.paintComponent(g);
/openjdk7/jdk/src/share/classes/javax/swing/colorchooser/
H A DDiagramComponent.java58 protected void paintComponent(Graphics g) { method in class:DiagramComponent
H A DDefaultPreviewPanel.java92 public void paintComponent(Graphics g) { method in class:DefaultPreviewPanel
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DVMPanel.java163 protected void paintComponent(Graphics g) { method in class:VMPanel
164 super.paintComponent(g);
/openjdk7/jdk/src/share/demo/jfc/TransparentRuler/transparentruler/
H A DRuler.java216 protected void paintComponent(Graphics g) {
/openjdk7/jdk/test/sun/java2d/DirectX/NonOpaqueDestLCDAATest/
H A DNonOpaqueDestLCDAATest.java83 public void paintComponent(Graphics g) {
/openjdk7/jdk/test/sun/java2d/OpenGL/
H A DCustomCompositeTest.java184 public void paintComponent(Graphics g) { method in class:CustomCompositeTest.MyComp

Completed in 84 milliseconds

123