| |
| |
| |
|
Page: 1 2 3 4 5 6 7
Comments:
<0> so? <0> it draws a circle <0> it works <1> but in some causes it cuts circle in lower right corner <0> yes, thats because the applet is too small <0> make the applet larger <0> change the html page <1> how? <1> and why they're drown in diffrent points? <0> you now have <applet code="RandomCircles.cl***"> <0> change it to: <1> what to do with it? <1> :) <0> <applet code="RandomCircles.cl***" width="800" height="600"> <1> :) <1> thanks
<0> maybe you can also use 100% <1> what about diffrence in positions? <0> what about it? <1> the centers of the circles <1> why aren't they the same <1> ? <0> well you don't draw from the center <1> what am I to do to change it to the center? <0> read the api docs <0> it says fillArc(x, y ...) <0> x - the x coordinate of the upper-left corner of the arc to be filled. <0> y - the y coordinate of the upper-left corner of the arc to be filled. <1> thank you a lot <1> :) <0> so you need to translate the x,y points <1> right <0> x - half width, y - .. <0> g.fillArc(w/2 - size/2, h/2 - size/2, size, size, 0, 360); <0> where size is the size of the arc <0> think its called intersection in english <1> g.fillArc((w-rrr)/2,(h-rrr)/2,rrr,rrr,0,360); <1> will it be correct? <0> no <0> but you can try <0> i gave you the code <1> thanks <1> sth's wrong <1> http://fatcat.ftj.agh.edu.pl/~kfsz/p.htm <1> could you visit it again? <0> talios <2> Mornin <0> looks fine <1> some circles are too big <0> they fit perfectly here <0> maybe you swapped w and h <0> to calculate the rrr value <0> i'm too lazy to check <3> sorry for disconnection <0> blame your isp <3> how? <0> well, go to another isp? <3> isp? <3> what's that? <0> internet service provider <3> no need , i am guilty <3> ;) <3> ok <0> tell me, what does 'more bread' mean in polish? <3> what about the circles <0> I always said something like trogga chlebba <0> thats how it sounded <3> aren't they too big in the window? <3> great <3> :) <3> that's correct <3> thank you for help <0> okies <3> how to add checkbox? <0> public void init() { add(new Checkbox("test", true)); } <0> if you don't see the checkbox, you need to change your paint method <0> and call super.paint(g); before any drawing takes place
<3> :) <3> how to change my paint method? <0> edit it <3> it works? <3> it works! <3> thanks <3> :) <0> great <3> Riva 128/128ZX is VGA card? <3> I had to choos through installation <0> yes <0> old video card <0> one of the first 3d cards <0> so, chlabba is bread right? <3> :) <3> so it isn't vesa? <3> how to implement method that will clear screen before drawing? <0> g.setColor(Color.white); g.fillRect(0, 0, getWidth(), getHeight()); <0> makes the background white <0> then draw your things <0> soccer? <4> hey MaggieL havent seen you in long time:) <5> Been busy working <4> MaggieL: good..girl:) <6> what is RSS feed? <4> Charak1: google says: http://www.xml.com/pub/a/2002/12/18/dive-into-xml.html <6> wolfey: 10x <4> 16:48 <oiima> what do you think about the first one? ... webcams69.com <6> How to struts app communicates with pop3 server? <0> what? <0> you want to make a servlet that retrieves e-mail? <6> Rob_uknow: action servlet <7> Rob_uknow: frob nigator <0> struts and email is unrelated <7> if you know what i mean... <0> just use the javamail api <7> "but, but...struts is special, i cannot possibly use just any random java api in struts application, can i?" <0> noobz <7> ;) <6> Actually i was developeed one Struts based Application <0> Clackwell, aren't you at work? <7> Rob_uknow: nope <0> is the work done? <0> no more overtime? <7> Rob_uknow: almost done...like in the paste 24 months ;> <6> throughthis Struts (MVC) How to i send mails? <8> the work is never "done", only more or less urgent :) <0> Charak1, its unrelated <0> learn struts <7> they hardly ever call us in for the weekend, rob. usually the level of lunacy is lower. <0> and learn how to use the javamail api <0> we are introducing a new appointment system this weekend <0> so i'm on standby <0> hopefully everything works out <0> introducing = rolling out <7> Rob_uknow: hot standby, but you have to attend work regularly anyway? <0> I wrote some connections with the appointment system <0> they are now installed <0> so hopefully it all works nicely together <0> so I don't have to make some fixes during the weekend <4> Rob_uknow: according to Murphy.... <4> ;) <4> you are...doomed <4> :) <0> this project has been delayed 3 times <6> How to I call JAVAMAIL API in Struts Action Servlets <0> Charak1, a Servlet is written in java <6> yah <0> you just access the javamail cl***es like you normally would <7> Charak1: ask the struts people how to call additional java apis not included in the standard java api. <7> call=access=use <6> Where i can get this help? <0> if you don't know how to write servlets then learn that first
Return to
#java or Go to some related
logs:
running irc as root LE KILT SAN PAOLO #linux #linux #AllNiteCafe #skype #gentoo #linuxhelp #AllNiteCafe #london
|
|