added default background color to the move icon
This commit is contained in:
parent
d49ca935d6
commit
3dcce2a7d6
@ -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 {
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user