So I would like to use the variable "kierunek" from this class
public class Snake extends JPanel implements ActionListener{
char kierunek = 'D';
to this class
import pl.java.Snake.*;
public class MyKeyListener extends KeyAdapter {
importing shows "Unused import statement", I tried to find soulution, but there is nothing helping me