I have component X that writes xml and gets name and value from components
Y,Z.
since cmponents Y,Z are the same but with idfferent name when i try to catch
their name with source
evt.getSource() .getClass().get CanonicalName() ;
I get the same name.
How do i get the name of every component?
Y,Z.
since cmponents Y,Z are the same but with idfferent name when i try to catch
their name with source
evt.getSource() .getClass().get CanonicalName() ;
I get the same name.
How do i get the name of every component?
Comment