Update background color for BasicDrawing.
這個提交存在於:
父節點
72f08def1b
當前提交
38efb0ccea
共有 1 個檔案被更改,包括 1 行新增 和 1 行删除
|
@ -321,7 +321,7 @@ public class BasicDrawing extends JPanel implements Drawing {
|
||||||
*/
|
*/
|
||||||
public BasicDrawing() {
|
public BasicDrawing() {
|
||||||
setLayout(null);
|
setLayout(null);
|
||||||
this.setBackground(new Color(240, 240, 240));
|
this.setBackground(new Color(245, 245, 245));
|
||||||
this.zoomAndPanListener = new ZoomAndPanListener(this,
|
this.zoomAndPanListener = new ZoomAndPanListener(this,
|
||||||
ZoomAndPanListener.DEFAULT_MIN_ZOOM_LEVEL, 20, 1.2);
|
ZoomAndPanListener.DEFAULT_MIN_ZOOM_LEVEL, 20, 1.2);
|
||||||
|
|
||||||
|
|
載入中…
新增問題並參考