Update background color for BasicDrawing.
This commit is contained in:
부모
72f08def1b
커밋
38efb0ccea
1개의 변경된 파일과 1개의 추가작업 그리고 1개의 파일을 삭제
|
|
@ -321,7 +321,7 @@ public class BasicDrawing extends JPanel implements Drawing {
|
|||
*/
|
||||
public BasicDrawing() {
|
||||
setLayout(null);
|
||||
this.setBackground(new Color(240, 240, 240));
|
||||
this.setBackground(new Color(245, 245, 245));
|
||||
this.zoomAndPanListener = new ZoomAndPanListener(this,
|
||||
ZoomAndPanListener.DEFAULT_MIN_ZOOM_LEVEL, 20, 1.2);
|
||||
|
||||
|
|
|
|||
불러오는 중…
Reference in a new issue