added default background color to the move icon

This commit is contained in:
syeshchenko 2014-09-17 14:28:21 -04:00
parent d49ca935d6
commit 3dcce2a7d6
2 changed files with 0 additions and 2 deletions

View File

@ -99,7 +99,6 @@ public class CaptureRegionFrame {
final CirclePanel movePanel = new CirclePanel();
movePanel.setPreferredSize(new Dimension(MOVE_BAR_SIZE,MOVE_BAR_SIZE));
movePanel.setLayout(new GridBagLayout());
movePanel.setOpaque(false);
BufferedImage moveCursorImage = null;
try {

View File

@ -251,7 +251,6 @@ class WindowlessFrame implements Serializable {
super(frame);
super.setAlwaysOnTop(true);
frame.setAlwaysOnTop(true);
setBackground(new Color(0, 255, 0, 0));
mOffsetLocator = ol;
add(content);
pack();