I use NetBeans IDE where every function is visually available. So you never need to use the cmd. You can download it for free.
N
nkadivar
@nkadivar
Posts
-
Compiling Java Code -
How to find the coordinates of a JList itemHi all, I need to find the coordinates of the selected item in my JList. I'd expect this line of code to be defined in swing, but it's not. selectedItemY = [JList Name].getSelectedValue().getY(); Any suggestion? Thanks Naz