| |
| |
| |
|
Page: 1 2 3
Comments:
<0> i've got a bug that bugs me <1> hi <1> I'm converted to ant now <2> Hi, anyone who could tell me how to choose characterset in NetBeans IDE? <3> Bjoern-Erik: what do you mean? <3> I know Java can utilize locales but thats fully independend on IDE's. If you're looking to use certain specific characters in the IDE itself you shouldn't look at the IDE but the environment its running in. <4> I have a fairly small project i've made, its 4 different cl***es.. It runs great from Jbuilder but if i go to the src directory with command prompt, and do javac *.java it compiles fine, then when i do java MainCl*** it gives a NoCl***Def error, what does this mean? <1> https://sourceforge.net/project/showfiles.php?group_id=26878&package_id=186012 and http://www.geocities.com/javacaverdude/dataio/javadoc/ if anyone is interested in my latest release of a data storage api <1> fixed a few things <5> I can send and recieve at the same time with the same DatagramSocket right? <6> hola calchas <6> que tal? <1> sup calchas <5> ...multiple inhertance...grumble grumble grumble... <5> dualLink IS A readLink AND A writeLink <7> growlieRa : Use an interface, growlieRa
<8> hello <8> any one alive <8> ? <3> naah <3> no one alive, too busy programming :P <8> can some one :) <8> okay <8> can some one help me <8> to decript p***words? <5> id like to petition java for multiple inheritance, if only to silence the noobs?(like me) who think it can be useful <9> hi there <9> mawin fc <9> sorry <10> is there any way to draw a line on a panel <5> there are a few ways Czucha <9> yeah <5> im no swing guru, but I would try either extending JPanel and overriding the paintComponent method or drawing on top of everything using the gl***pane <5> there are probably better methods tho <9> do you lov punk <5> is there any way to set unspecified access level behavior? <9> hei shut up you <11> May I have a ban for Queen16 dcc spam <9> palir <12> how do i convert a string to an int? i have String str="2 users"; int i = Integer.parseInt(str); which gives an exception. i'm trying to get the index value of a JOptionPane.showInputDialog object <12> nobody home :( <5> Integer.parseInt(string) <12> that gives me an exception <12> did i miss something? <5> what kind of exception <5> o <12> a number exception <5> sry, didnt read that <5> the string isnt an integer then <5> it cant parse it <12> no, of course not <12> i want to convert the string to an integer <12> i realize it isn't a integer yet *that is the point* <12> hehe <5> so you want "2 users" to store 2 in i? <12> Exception in thread "AWT-EventQueue-0" java.lang.NumberFormatException: For input string: "5 Fives" <12> yea <5> will it always be a 1 digit number? <12> no <5> ok, you have to use the indexOf and substring methods of the string cl*** to isolate the number part <5> the docs have the sytax <12> the "5 Fives" string is actually an object returned from JOptionPane.showInputDialog() and is converted to a string, i think a better way to do this must exist allready- i don't know what it is though. the user selects from a list. and "5 Fives" is in that list <5> http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html <5> its all about parsing strings <12> yea <12> i'm not seeing what i need <12> :( <5> int i=Intger.parseInt(str.substring(0,str.indexOf(" "))); <12> yea :( <12> that would work i think <12> god- wish i knew a better way to do that though <5> waht do you mean "better" what are you trying to do <12> dude read the above parigraph <12> i'm trying to get the index in a object of Joptionpane.showinputdialog which is displays a list <12> am i just not being clear?
<12> here <12> hehe <5> um, its either the above, or iterate through your string array until objectReturned==object[i] <13> acad do you have a solution yet? <14> hello all <13> hi <14> do u know an API to make search in a PDf file, and hightlight the text in the pdf ? <14> hightlight the found text <13> I thought there was some pdf api in the apache project <14> or, at least, know the page of the text <13> you'll need to parse the PDF <14> if i use LUCENE, i have a way to know the page number ? <14> of pdf file <13> no idea, do you? <15> good morning <16> in main(String[] args) ... how do i find out the number of elements in args? <16> i could access args[0] args[1] args[2]... etc until an nullPointerException is thrown and count that. but is there an easier way? <17> args.lenght <17> http://java.sun.com/docs/books/tutorial/java/data/arraybasics.html <18> I copied S.htm and h.cl*** files to the mobile phone and the applet didn't run, why? <19> is this a quiz? <18> no <18> I just would like to get any tips <18> ;) <18> could you help me? <19> not with that limited information <19> my crystal ball is in for repair <18> :( <18> ok <18> thanks <18> how to create jar file? <20> with the jar command <18> where can I find help to this command? <20> jar --help <18> thanks <18> could you tell me if converting java programs to ones which can run on a mobile phone is very difficult? <18> and learning it will take me much time? <20> what kind of java app? <20> J2ME is a complete different beast than J2SE. No AWT, No Swing. <18> I just want to run Hello World in the begginig to know it is possible ;) <20> well that would depend on how your Hello World app is written :) <20> google for J2ME tutorials <18> thanks <20> if you use Netbeans they have a great Mobilility Pack for doing mobile stuff <18> I reached "C:\WTK22\article>javac -bootcl***path ..\lib\cldcapi11.jar;..\lib\midpapi20.jar com\j2me\part1\DateTimeApp.java ". How it should be under linux? <18> I'm thinking about bootcl***path <0> hi <20> 'lo kmh <20> hey LLyric <21> Gidday <20> god you're sounding more like an aussie every day :) <20> LLyric, seen http://benbarren.blogspot.com/2006/04/aussie-web-20-unconference-et-blogher.html#c114517124494061579 <- that could tempt me to fast track a holiday to .au <0> hi talios <20> LLyric, heh - I'm getting closer and closer to just buying a MacMini+EyeTV :) <21> My box is working good, but it's Not For Newbies, fer' shure <20> mind you - this 1.2Athlon realllly needs to upgrading regardless <20> -ing+ed <20> heh <21> Myth is working great on my celeron 566! <21> The speedup just sounds like they're very energetic <21> Music sounds cool <21> Antiques Road Show on steroids <22> hello world <22> 12:44 -Clarissa15(~ugxsyquq@eu99-99-251.clientes.euskaltel.es)- DCC send jenna_family.rar (192.168.1.34) <23> heh <7> Goodie <24> morning <20> evenin <23> afternoon <23> its not afternoon here I was just being difficult
Return to
#java or Go to some related
logs:
#MissKitten fak you #AllNiteCafe hbo chatzone c++ redirect to streamstream #c #AllNiteCafe #php gura in pula #javascript
|
|