| |
| |
| |
|
Page: 1 2 3
Comments:
<0> urgh <0> just got back <1> hi, can anybody help me with the following problem... http://pastebin.com/592643 ... two cl***es in two different files, i keep getting a nullpointer exception on the variable conn, when i put the connectDB method in the Select cl*** it works...but when i use two different files(cl***es) in the same package it won't work, any help would be appreciated. <0> GRRRR <0> http://epesh.blog-city.com/i_figured_what_framework_authors_are_doing_wrong.htm <2> hi ppl i dont know if anyone can help me i ve been trying to understand how to build a propper object oriented program in java and i have managed to understand how to build a cl*** and inherit from it so far its fine but i cant undrstand how the objects communicate between each other. actually ive been trying to find a simple program eg phone book or anything just small enough for me to understand <3> jottinger= epesh ?
<2> does anyone knows from where i can get something simple but in propper object oriented <0> kmh: unfortunately, yes <2> 10x 4 the help u were really nice ppl <0> BUGIBBA24M: no worries <3> BUGIBBA24M does anyone knows from where i can get something simple but in propper object oriented <---- for what purpose ? <2> fo me 2 understand how to program in object oriented <3> ok <3> http://math.hws.edu/javanotes/ <3> http://chortle.ccsu.edu/CS151/cs151java.html <2> 10x verymuch <4> romanish? <4> href was is? <5> a html tag <5> actually its a field in the <a> tag <6> hey there, how do i escape the dot in a regexp? <5> \ <6> i.e. i want to catch teh strings ")." the corresponding regexp is ")\." <6> right? <6> dot doesnt escape i see now.. <6> :/ <7> hello how can i to check if jdk is installed correctly because i cant see an applet html :s <8> can someone help me out with java-ness? <8> please <8> *boing* <9> what yawant, Smena ? <8> didnt read topic =x <8> ever use x-code?
<9> no? <10> hi! could anybody tell me how can I draw on a jFrame? <10> I don't know how to init the Graphics variable... <10> and it seems like the getGraphics() method doesen't work... <10> Thx alot! I couldn't have done it without you! <11> hello, can someone tell me the name of a good and free java GUI building tool? <12> i think eclipse might have something for that <11> a plugin? <12> yes i beleive so <12> ive never used eclipse, though <11> I see. I've used Netbeans, wich comes with that tool, but I don't like it. <12> i just make them the old fashioned way <11> I'm lazy, lol. <11> I've tried making them the old way, but takes me too much time. <11> thanks anyway defc0n <11> bye. <13> any elegant way to conver a byte to y byte[] ?? int i = 1 ; byte [] b = new byte[1] ; b[0] = i ; <13> but more elegant <14> you cannot convert from a type to an array of type <15> doesn't make sense <14> you can ***ign values to the array <13> oupss <13> sorry <13> byte i = 1 ; byte [] b = new byte[1] ; b[0] = i ; <13> that what I need.. <16> byte[] b = new byte[]{ 1 } <13> ok .. <13> thanks <13> in fact I need to p*** a byte to a ByteArrayOutputStream write(byte[]); <13> so I think a write(new byte[]{i}); is ok
Return to
#java or Go to some related
logs:
#london #php jerry seinfeld hayda hayda quotes #mirc #chatzone #AllNiteCafe #linuxhelp #linux eth amsn tls #linuxhelp
|
|