|
|
@ -133,6 +133,7 @@ public class CellStylePreviewPane extends JPanel { |
|
|
|
|
|
|
|
|
|
|
|
Style.paintContent(g2d, paintText, style, width, height, resolution); |
|
|
|
Style.paintContent(g2d, paintText, style, width, height, resolution); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
g2d.setClip(null); |
|
|
|
Style.paintBorder(g2d, style, width, height); |
|
|
|
Style.paintBorder(g2d, style, width, height); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|