Hi,
this patch removes one method which does not exist in the abstract
SynthPainter class (pointed out by reverse japi).
2006-04-08 Wolfgang Baer <[EMAIL PROTECTED]>
* javax/swing/plaf/synth/SynthPainter.java:
(paintSplitPaneDividerBorder): Removed.
Wolfgang
Index: javax/swing/plaf/synth/SynthPainter.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/plaf/synth/SynthPainter.java,v
retrieving revision 1.3
diff -u -r1.3 SynthPainter.java
--- javax/swing/plaf/synth/SynthPainter.java 22 Mar 2006 20:05:02 -0000 1.3
+++ javax/swing/plaf/synth/SynthPainter.java 8 Apr 2006 13:46:34 -0000
@@ -1418,23 +1418,6 @@
}
/**
- * Paints the border of a split pane's divider.
- *
- * @param ctx the synth context identifying the component and region for
- * painting
- * @param g the graphics context to use for painting
- * @param x the X coordinate of the area to paint
- * @param y the Y coordinate of the area to paint
- * @param w the width of the area to paint
- * @param h the height of the area to paint
- */
- public void paintSplitPaneDividerBorder(SynthContext ctx, Graphics g, int x,
- int y, int w, int h)
- {
- // Nothing to do here.
- }
-
- /**
* Paints the background of a tabbed pane.
*
* @param ctx the synth context identifying the component and region for