well my programme near to end . i am using Jlabels with ImageIcon . but some time when i clicked on outside of jlabel/ImageIcon the mouse event generated un-wantedly on some other label. i heared that ImageIcon in Jlabels are not good for mouselistener because even in my programme sometime events wrongly generate when i clicked on one JLabel ImageIcon which disabled for mouselistener then an active mouselistener jlabel catch that event and activated.
Please suggest me should i drop the idea for using JLabel with ImageIcon. and use JButtons Instead.
Your Suggestions and comments will guide me
Thanks