@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4



Comments:

<0> Hi. Now another stupid thing :) I have a string containing integers, i want that string to contain the chars represented by the integers. Any idea ?
<1> c-wof: look into the Integer cl*** to convert 'm to an Integer, then use toString().
<0> Lion-O , no, vice versa, i have a integer String and i want a char String .
<1> c-wof: I know.
<0> Yeah, and if i convert
<1> ah, wait. oh well, can be done in almost the same way.
<1> toChars(), so skip Integer and try Char.
<1> basicly, if you wish to convert someone start looking at the cl*** you want to convert to.
<1> someone or something :)
<0> Lion-O , i guess you mean public static char[] toChars(int codePoint) , and i have here no clue what is meaned by that codePoint ...
<2> is there any function to check if an JToggleButton is selected ?
<1> c-wof: thats what the API docs are for.. "codePoint - the character (Unicode code point) to be converted."
<1> c-wof: note that I'm not saying this is the solution, but this is definetly the place to start looking.
<0> I am actualy reading the api, as before ,but i dont get the meaning of that CodePoint ...
<3> c-wof: "codepoint" is a word for "character" (in unicode)
<3> close enough for teaching anyway



<1> ksod: if there is it'll be in the api documentation. probably in the likes of 'isSelected' or 'getSelected'.
<4> hey
<4> is there anyway to set the foreground, ie. text colour of a disabled JCheckBox? When I try .setForegroundColour(), the checkbox text always appears grayed out.
<3> eviland: pretty sure that the disabled appearance comes from the look and feel
<3> if you are using Icons instead of text, you can specify a disabled icon to use. I'm not aware of a way to set the properties of the disabled text
<4> smsi: thanks
<4> smsie: thanks
<5> can i declare an uninitialized two-dimensional array?
<5> (hi)
<6> p!
<7> hello. Could anyone tell me if the command renice can give more processor resources to a java application?
<7> i am performing 1*10^10 permutations and only is taking about 29 % of the processor, so I would like to increase the usage.
<8> morning
<9> gud evening here in philippines
<8> :)) in philippines is still... yesterday?
<8> ... no... you are about 6 hours ahead us... :D
<9> yup
<9> u got it..
<9> from where r u?
<8> right now... Paris
<9> IC..
<9> is this channel for java programmers?
<8> yes it is
<9> ok...
<9> are u 1 of them??
<8> well.... yes... but not a guru...
<8> :D
<8> I'm just a beginnr
<9> oh yeah..
<9> me, im planning to learn java
<9> but dont know where to start..
<9> can u help me??
<8> here http://java.sun.com/ :) lots of resources
<8> you should start with command line applications. basics
<8> learnh OOP
<8> then move to something more complex
<9> ok..
<10> www.thejavatutorial.com
<10> there's something basic there
<10> first steps
<11> who said i'd be banned for 3 weeks only:P
<12> Anyone knows good basic tutorial for j2ee ?
<13> can some show me where I can learn how to write an or statement in java?
<13> *someone thanks
<11> or statement?
<13> yeah
<11> if (something || otherthing)
<11> || is or
<13> thanks been looking for at least an hour online doh
<11> && is 'and'
<13> gonna try it now ..:)
<11> ok
<14> an hour?
<14> have u found google yet?!
<11> whoever that **** was.. he banned me for 3 not 6 weeks
<11> :P
<11> for 6 not 3



<11> :P
<11> im still banned on old hostmask
<11> :P
<13> google took me everywhere that was not useful that or I dunno how to use it properly which is likely
<13> but the or statement was what I wanted thanks and it works
<14> || isn't or, | is or. || is exclusive or.
<11> really?
<13> lol ..
<11> :)
<14> hm when I mean exclusive I mean what is regarded as a 'boolean OR'
<14> | will compare each, || will not compare the second if the first fails
<11> exclusive is XOR
<11> :P
<11> noob
<11> :P
<11> || will compare second if first fails
<11> if first is true, it will be true without considering second
<11> :P
<11> a && b .. if first is true, it checks if second is also true
<11> if first is false, all is false, so no need for second
<14> yeh I was trying to be simple and failing
<14> as opposed to the noob wolfey: [12:25:28] <11> && is 'and'
<14> :P
<11> :)
<14> mad_muppet: http://java.sun.com/docs/books/tutorial/java/nutsandbolts/relational.html
<14> should clear it up if you're at all bothered
<11> 6 weeks being banned for 'trolling'
<11> i guess i will soon be again
<11> but i enjoy while it lasts
<13> Deano thanks for that
<14> np
<3> || is NOT "exclusive or"
<3> put the pipe away
<14> yeh we've been through it
<15> Lion-O :) Just wanted to tell you, it was so damned easy, i just converted chars to int . It was this very simple cast (type)var *g* . Thank you for your time.
<11> hey kmh long time no see:P
<16> yo
<11> yo
<11> i'd still be banned if not for change to static ip:P
<16> haha
<11> that troll of op banned me for 3 weeks
<11> for trolling
<16> frisky mood in here ?
<11> it's about 6 weeks now
<16> which op ?
<11> the one with least humour
<11> :P
<16> feel free to msg :)
<11> forgot nick:)
<16> oh
<11> long ago now:)
<16> seems a bit empty here
<11> http://www.wolfey.si/
<11> :))
<16> congrats
<16> just installed kubuntu
<11> great:)
<11> kubuntu aint bad
<11> are you linux fan or just trying it out?:)
<16> well i'm not a fan of the hype, but dapper seems to work reasonanbly on my laptop (where suse and fedora still get stuck)
<11> good
<16> sound and even wlan worked from the scratch (standard install)
<11> not bad:)
<11> plug and play magic has evolved, yes
<11> :))
<16> i still have some issues with an optomized graphic driver and the smp kernel
<16> i'd like to have open source/linux system essentially mimicking my windows functionality
<11> direct rendering takes some work ;)
<16> for the java part that should work out at least
<11> my linux functionality far exceeds windows one
<11> :P


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #java
or
Go to some related logs:

#apache
#c++
#chatzone
sticky keys xorg gentoo
#php
silverchair clipsal 500 mp3
The heart is deceitful above all things + emule
pornbuntu
XP and 98 lan configuration
shadho



Home  |  disclaimer  |  contact  |  submit quotes