sowjanya vemulapally

Greenhorn
+ Follow
since Mar 14, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by sowjanya vemulapally

hi
I have problem passing elements from a stack to paint method.
the problem is am poping elements from 2 stacks in main method and passing them to paint method and considering the elements from 1st stack as x coordinate and elements from 2nd stack as y coordinate and need to draw a ellipse on the window using these elements. my prob is while pasing them from main method to paint method the values are changing as null and am unable to pass them to paint method inspite of declaring them as global. can anyone help me in solving this.

sowjanya
17 years ago