Click here to Skip to main content
15,917,793 members

Comments by Rii93 (Top 2 by date)

Rii93 26-Feb-16 5:44am View    
yes , I understand .
Thank you!
Rii93 26-Feb-16 5:40am View    
I already found the problem .
I just changed the dimension from:
public static Map<string, float=""> dimension = new HashMap<string, float="">();

to:
public Map<string, float=""> dimension = new HashMap<string, float="">();