Hello, i have eclipse and in my laptop and i have a little problem when i call functions,
example: when i create an button and i want to change size...
Button b = new Button();
b.setSize(arg0,arg1);
this is my problem, why eclipse show me as arg0, arg1 and not like width, height
I use eclipse in other computer and it show me normaly, but in my laptop all parameters are like
(String arg0, int arg0, Event arg0, Color arg0...)
any solution?
YG: Because im new in java, parameters names are importand for me to learn how things works - what functions takes;p
YG: Here are 2 pictures that show what i mean, pictures taked in library pcs were everything work fine.
http://imageshack.us/photo/my-images/694/sasapg.jpg/
http://imageshack.us/photo/my-images/406/sasaub.jpg/