| |
| |
| |
|
Page: 1 2
Comments:
<0> hi, is there any way to break out of a scope ? <0> i want to do this: { ... if ( true ) break; ... } <0> or should i just set up a while loop and break: while(1){ break; } <1> invisio: that makes little sense. <1> break is used to break out of something. Ofcourse you could also simply re-design your loop. <0> no no <0> i know it doesnt make sense, but in our ***ignment we are not allowed to call out side functions (even the ones we wrote) - so im just copy and pasting my method code into where i need it (and modifing it slightly) <0> im trying to use it with minimal changes <0> instead of using return, i want to use break <0> if that makes any more sense... <1> so why don't you? <0> why dont i what <1> use break. <0> it doesnt work :( <0> not in a scope <0> { like this }
<1> uh huh. <0> but it will work in a while(1) {} <1> so it does work in a {} scope. <0> well it works in some kinds of scopes i should say :P <1> in other words; check up how to use break. <0> it wont work in a "{}" scope but it will work in a "while(1){}" scope <0> while(1){} looks ugly tho :/ <2> :) <3> Is there a swing component that functions like a dropdownbox but allows you to group options under option headers....like the <optgroup> tag does in html? <4> Question: Anyone know anything about SWT? Specifically ExpandBar objects? <5> I am trying play with JXTA I am not sure exactly how to get it to work, I put the libraries in the lib folder and even added it to netbeans library list <5> but their hello world isnt compiling <2> anyone here can recommend a good Java GUI Builder? <4> umm eclipse? <4> lol <4> no not eclipse <2> what ? <6> babypig try netbeans, matisse <2> thanks <7> hi <7> anyone who has taken SCJP? <8> Nope... not yet. Too busy for that kind of malarky <8> re: Hi that is <2> i can't download netbeans w/ jdk6 <7> malarky? <7> i downloaded netbeans already <7> w/ jdk6 <7> btw, <7> i'd like to ask for advice <8> I ***ume you mean without... <8> Or perhaps not. <7> i'm preparing for SCJP 1.5 .. is it ok to use netbean 5.5 w/ jdk6? <8> babypig - Is it not offered on Suns page? <7> are there major differences between 5 and 6? <8> geeksharp - Haven't used netbeans. <7> i mean as far as the SCJP exam is concerned? <7> oh <8> No language changes... <7> i also tried to use eclipse callisto bundle.. <8> Some new cl***es and methods. <7> but i find netbeans more direct to use <2> i have this netbeans-5_0-windows.exe <7> does the BCLs in 5.0 still works the same in 6.0? <2> weird thing is i cannot launch that file <2> it won't execute <2> anyone can help? <2> i'm using administrator account <8> babypig - Corrupted? <8> babypig - what happens when you try to launch the installer? <2> nothing happens <2> after i click netbeans-5_0-windows.exe my mouse cursor will change icon. indication of some operations <2> but after that there's no installation menu <2> i can't install netbeans-5_0-windows.exe <5> arg as I learn java my love for it grows, but so does the hate <5> does it ever get better? <2> Journeyman: how did you install netbeans-5_0-windows.exe <2> ? <2> it wont launch <5> babypig: well you don't have to have it <5> but it ran fine for me
<2> i know <5> it installed perfectly <2> but i need the netbeans for GUI <5> babypig: what OS? <2> XP Pro <5> babypig: no you odn't <5> erm don't <5> it is just a nice way to manage code <5> if you want nice syntax hilighting there is vim or PSPad <2> you mena code them manually? <5> babypig: I havn't found it that useful honestly <2> Journeyman: do you know a GUI builder for Java aside from netbeans? <2> of* <5> babypig: what is wrong with a plain text editor with hilighting? <5> I personally find programs like netbean to hinder the learning process <5> babypig: I suggest you redownload it <5> try it again <2> i know hot to code the GUI manually but i need it fast this time <2> how* <2> my connection is very slow <8> babypig - things that can stop an installer starting are: corrupted file, firewall (if the installer makes socket requests), virus scanner, permissions, lack of resources. Most of these display information dialogs explaining the problem. Not always <2> i can't download prons now. hehe <2> i think you're right talden <2> i'll turn off my ZoneAlarm <8> Of course your system could simply be slow (have you checked that the installer isn't running in the process list. <2> the installer is not in the process list <9> Can Java run on small devices, such as mobile phones? <6> powder, yes. that is called J2ME - (ME = MicroEdition) <10> morning all <7> i thought it's mobile edition <10> Powder- - you will need to read the device specifications <9> I havent bought it yet <2> what container you reckon i will use of book catalog? <11> tabbed panel <11> ? <2> sorry calchas <2> what i mean is object storage <2> like Arrays <11> use a database <11> rdb <2> rdb? <11> internally you need more detail than 'book catalog' to determin the structures you need <11> relational database <2> i'm thinking of MS Access <11> could do. but a proper rdb would be better <11> like my-sql <12> the only real good thing about access.. <12> you can use it as a "frontend" to access a real DBS. <11> LOL <12> "it can talk SQL, dood!" :P <11> if it's all s/he has available it has some merit, also if MS Access is already a known quanity it removes a learning curve <12> *grin* <12> he might install MSDE *G* <11> so what if it can 'talk SQL' using it as a middle man between and rdb and jdbc is a serious lack of parsimony <11> I sense a need for simplicity here <11> anyway babypig for internal structures you need to map to more detailed functionality first <10> vista ? yikes <12> be afraid. be very afraid. <13> im not impressed ... yet <14> calchas: Ms Jet, the access data engine, is deprecated in favor of MSDE <14> calchas: The only way you can install it now is by installing Access, since it not longer has a separate distributable (and is not shipped with MDAC anymore). It also doesn't have, and probably will never have, a 64bit provider, making it a dying breed. <14> And ofcourse. it blows. <11> this is clearly a pedogoical exercise not some new production super project <15> NU MAI SPUNE NIMENI INTREBARI <15> CUMIL NUME PE PAPA 6-ALEA <15> ?? <15> ************ <15> LA ACESTA INTREBARE PRIMIT 20 DE PUNCTE <2> what's the E after java.util.ArrayList<E> <2> E is a type? <10> babypig - http://java.sun.com/j2se/1.5.0/docs/guide/language/generics.html
Return to
#java or Go to some related
logs:
#chatzone #linux #chatzone #linux XH8196 driver firmware #chatzone double in darts
okkith Comon Sava Could not find base dn, to get next uidNumber
|
|