JButton button = (JButton)e.getSourse();
I have this but can't use getters and setters methods that I created in CoordButton method. Also, if I change the line with...
CoordButton button = (CoordButton)e.getSourse();
underline both CoordButton with error "CoordButton can't resolve to a type"..Any idea?