|
|
@ -86,7 +86,7 @@ public class EmbedPane extends JPanel { |
|
|
|
protected void paintBorder(Graphics g, UIButton b) { |
|
|
|
protected void paintBorder(Graphics g, UIButton b) { |
|
|
|
Color oldColor = g.getColor(); |
|
|
|
Color oldColor = g.getColor(); |
|
|
|
g.setColor(SEARCH_BUTTON_COLOR); |
|
|
|
g.setColor(SEARCH_BUTTON_COLOR); |
|
|
|
g.drawRoundRect(0, 0, b.getWidth(), b.getHeight(), 2, 2); |
|
|
|
g.drawRoundRect(0, 0, b.getWidth() - 4, b.getHeight() - 4, 2, 2); |
|
|
|
g.setColor(oldColor); |
|
|
|
g.setColor(oldColor); |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|