|
|
@ -37,15 +37,6 @@ public class BackgroundJComponent extends JComponent { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
protected void paintBorder(Graphics g) { |
|
|
|
|
|
|
|
// Color oldColor = g.getColor();
|
|
|
|
|
|
|
|
// Border border = getBorder();
|
|
|
|
|
|
|
|
// if (border != null) {
|
|
|
|
|
|
|
|
// border.paintBorder(this, g, 0, 0, getWidth(), getHeight());
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
super.paintBorder(g); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void setEmptyBackground() { |
|
|
|
public void setEmptyBackground() { |
|
|
|
this.background = null; |
|
|
|
this.background = null; |
|
|
|