@# Quotes DB     useful, funny, interesting





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



Comments:

<0> how to execute a .jar with sun java runtime environement???????????????6
<1> java -jar myJar.jar
<2> In the command prompt: java -jar file.jar
<1> or just doubleclick
<2> sorry rob
<1> if its a executable jar
<2> Anybody knows the WindowEvent/method to disable the Frame size increaser ? ( the square next to the X on any Frame created in java ).
<1> just disable maxmimize
<2> Exemple, i know windowClosing(WindowEvent e) { System.exit(0); } will close the Frame when I press on X.
<2> Yes, that's what I want to do, but I can't find the method.
<2> Any idea ?
<2> I got it, setResizable().
<2> Any idea how to put it in Tray when minimized ?
<1> why not use a JDialog instead?
<1> you need to use a native solution to use the system tray in windows/linux
<2> Because I don't know what a JDialog is.



<1> or wait untill java6
<1> JDialog is just like a JFrame
<2> ok
<0> thkx
<2> I'm using a the cl*** Frame, not a JFrame.
<1> then use Dialog
<2> oki i'll try
<1> http://javafaq.mine.nu/lookup?14&wb=true
<1> see the example
<2> Thank you
<2> I don't see any difference except that Dialog has no resizable/minimize options
<1> wasn't that what you wanted?
<2> Well, I want a Frame that can't be resized (that's done) and also when I minimize it, it goes in system tray.
<1> setResizable(false);
<1> look for a systray library
<1> java does not allow you to put your application in the system tray
<1> because its platform indepenend and not every operating system has a system tray
<2> Kk, so it's not possible or it's possible ?
<3> I guess you would have to use the JNI or whatever it is to call a Win32 API dll but then you lose the portability of your program
<1> not
<1> you need to use a native solution
<1> there are several systray libraries that you can use
<2> okay thank you for the help guys
<4> anyone could help me on javascript?
<5> try #javascript ?
<4> they dont know ;p
<4> they cant understand me :P
<5> well, you are aware the java and javascript are pretty much unrelated, right? ;)
<4> i want to fill an array but with arguments how can i do that? like this index.html?username[1]=user1&username[2]=user2 ???
<4> or isnt this possible?i already asked in javascript they just cant understand me :(
<5> I have no idea, sorry
<4> :( ok thanks
<4> ill try google
<6> anyone knows those funky codes that sometimes online games use to prevent cheating? is there a java ocr library or stg?
<6> to get what's written
<5> the point of those is usually they are pretty distorted
<5> frankly I'd be surprised if an OCR existed that could decypher them
<5> (that's the point)
<6> yeap, they're kinda tilted and have some scrathes and stuff over them \:
<6> oh..
<6> damn :/
<5> and if someone does make an OCR for them they'll have to switch to like audio or something
<6> well, thanks anyway
<6> o\
<7> i'm looking to create a java servlet... i downloaded eclipse and j2se 5.0.... do i need anything else?
<2> How can I add two TextField one under the other in the same Panel ?
<2> I always place them one next to the other.
<7> what's the difference between a servlet and JSP?
<8> I, anyone know about polish notation, I have some question ;)
<9> ok
<9> "left polish, right polish, in your car shine you shall relish"
<8> ;)
<10> hi
<10> anyone seen MaggieL
<9> she must be back at job-slaving.
<10> ya
<10> I know the feeling
<11> hey guys iv done BufferedReader in = new BufferedReader(new FileReader(inputFile)); where File inputFile = new File("test.txt");
<11> and test.txt is in the build folder
<11> but it says it cant fine the file
<10> mastbrb this is a faq



<10> at least it needs to be
<10> np
<12> can you get apache tomcat for windows?
<10> nerdguy yes
<10> you can get apache for windows and tomcat is Java
<10> so
<12> i need something for windows that i can have java servlet
<12> which version do i need?
<10> I dunno
<10> get the latest
<13> is anybody here willing to help me for a few minutes to figure out my update method for a GUI?
<14> can i create a servlet w/ J2EE 5.0?
<15> I have a .java file with javadoc comments in it, and I am trying to generate the html files
<15> 'javadoc file.java' gives me "no public or protected cl***es found to document"
<5> did you declare the cl*** public?
<5> and the things in it
<15> no
<5> iirc by default it only lists public and protected members
<15> is there any way around that?
<5> if you want it to list privaite you need another flag
<5> man javadoc, I think there is a flag
<5> that will list private members alo
<5> also
<15> okay, I'll check it out
<15> there's a -private flag
<15> I'll give that a try
<15> It worked fine
<15> thanks, cn28h
<5> np
<16> alguien que hable espanol
<5> mi pene es rojo
<16> olle eso
<16> alguien que hable espanol
<17> anyone speak french here ?
<18> no
<17> where is a chan french for javascript please ?
<17> where who ?
<19> hallo
<20> nice nick
<20> Mariah_Carey: where you from?
<19> eheh
<19> im from mexico city
<19> :)
<19> somebody can help me?
<20> sure
<19> :)
<19> thanks
<19> well im working with struts
<19> but im traying to use StrutsFileUpLoad
<19> and i dont know if exist a method to put the path directory where i want the files
<19> or if its in a struts congif
<19> config sorry
<19> :S
<19> hello?
<21> morning
<22> http://c64s.com/toplist/more/ - java at its best?
<23> The Giana Sisters character looks like an ugly man in a skirt.
<24> anybody knows why oracle instance is terminated and i get this error : SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=153092352)(ERR=12500)(ERROR_STACK=(ERROR=(CODE=12500)(EMFI=4))(ERROR=(CODE=12560)(EMFI=4))(ERROR=(CODE=530)(EMFI=4))(ERROR=(BUF='32-bit Windows Error: 2: No such file or directory')))) ?
<22> what is "oracle instance"?
<25> i dont get this javadoc
<25> im new at java, and find the internett pages confusing about javadoc
<25> i just want an easy way to make an cl*** tree of my "oblig1.java" program (which is only one file)
<25> the error message i get, after writing >javadoc oblig1.java
<25> is : "there are noe public cl***es......."
<25> and i have to deliver oblig1 at 1600
<25> :)
<25> i need help
<25> what is the command i should write
<22> tetriss: see sun java tutorial, hello world trail.
<25> but is there tutorials for javadoc
<23> http://java.sun.com/j2se/javadoc/index.jsp
<25> but i find it confusing
<25> i dont have any public cl***es
<25> and needs only to know what to write


Name:

Comments:

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






Return to #java
or
Go to some related logs:

Zejza
fete singure
Ciphertext does not begin with a valid header for 'salt
#london
#java
irc miculparis
#teens
#AllNiteCafe
#AllNiteCafe
christina alguleria



Home  |  disclaimer  |  contact  |  submit quotes