public class Premik { public int dx; public int dy; public Premik(int dx, int dy) { super(); this.dx = dx; this.dy = dy; } }