I want to draw several line from the lower right corner of my JFrame so it resembles a hand fan I know I have 2 use a for loop but I'm having problems with the co-ordinates I have set variable width=width() and variable height=height(). Of d JFrame I knw dat d co-ordinates of d upper left is (0,0,width,height) while dat of the top right is (0,height,width,0 )(bcos I tried it) but I can't jst seem 2 get dat of d bottom right corner I sincerely hope I'm not rambling and someone actually understands me thanks in advance.