Why keylistener is not working here?
- by swift
i have implemented keylistener interface and implemented all the needed methods but when i press the key nothing happens here, why?
package swing;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.GridLayout;
import java.awt.Point;
import…