Skip to content
Snippets Groups Projects
Commit f1249c86 authored by zalavari's avatar zalavari
Browse files

line, column is private

parent af92235c
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ import javafx.scene.paint.Color;
public class View {
public int line, column;
private int line, column;
private int y, x;
private GraphicsContext gc;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment