|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
package com.fr.design.gui.isplitpanedivider; |
|
|
|
|
|
|
|
|
|
import com.formdev.flatlaf.ui.FlatUIUtils; |
|
|
|
|
import com.fr.design.utils.ThemeUtils; |
|
|
|
|
|
|
|
|
|
import javax.swing.*; |
|
|
|
@ -50,17 +49,6 @@ public class UISplitPaneDivider extends BasicSplitPaneDivider {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
super.paint(g); |
|
|
|
|
paintStyle( g, 0, 0, getWidth(), getHeight() ); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected void paintStyle( Graphics g, int x, int y, int width, int height ) { |
|
|
|
|
|
|
|
|
|
Object[] oldRenderingHints = FlatUIUtils.setRenderingHints( g ); |
|
|
|
|
|
|
|
|
|
//g.setColor( gripColor );
|
|
|
|
|
//paintGrip( g, x, y, width, height );
|
|
|
|
|
|
|
|
|
|
FlatUIUtils.resetRenderingHints( g, oldRenderingHints ); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|