Search the web
Sign In
New User? Sign Up
Java_Official · Java SE . EE . ME . AJAX . Web services
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 16127 - 16156 of 31601   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16127
Dear WebMaster, On most other groups in which I participate, when I hit reply on a message that was posted it automatically addresses the individual who ...
Gershom Tave
gershomtave
Offline Send Email
Aug 1, 2004
9:28 am
16128
... I think you can find as many mailing lists with the sender as the reply point as you can with the mailing list as the reply point. In the case of...
Adam Carter
typidemon
Offline Send Email
Aug 1, 2004
9:47 am
16129
Adam, You're point is well taken. So well, in fact, that that's what I was referring to by the highlighted section. My point was that, without being...
Gershom Tave
gershomtave
Offline Send Email
Aug 1, 2004
5:27 pm
16130
Hi, Although this is not a java related question has anyone come across this situation. I want to read Ms Office Document properties like CreationDate, Title,...
eyokesh
eyokesh_mca
Offline Send Email
Aug 1, 2004
5:28 pm
16131
ei guys! help me with my case study with a problem of converting a number into words using double. example of it: 1234 to one thousand two hundred thirty four....
yoyong_lopez
Offline Send Email
Aug 1, 2004
5:28 pm
16132
write a switch -case statement String result =""; case 0: result+="zero";break; case 1: result+="one"; break; ............................ case 19:...
Druvan S
druvans
Offline Send Email
Aug 2, 2004
5:33 am
16133
yoyong_lopez <yoyong_lopez@...> wrote: ei guys! help me with my case study with a problem of converting a number into words using double. example of it:...
jasmine bhutada
jasmine_bhutada
Offline Send Email
Aug 2, 2004
5:34 am
16134
Hi, everybody. I am new to this group & i was not knowing norms that should be followed, so, plz forgive me & i think there is no need to discuss on all these...
jasmine bhutada
jasmine_bhutada
Offline Send Email
Aug 2, 2004
5:34 am
16135
hi !! i am new to java.And i don't know about Hashtable. what is it used for? what is hash code? please help me !! ... Do you Yahoo!? New and Improved Yahoo!...
cener celik
cener_celik
Offline Send Email
Aug 2, 2004
8:54 am
16136
... A hashtable is essentially a what the Map from the Java Collections Framwork was based from. Actually it is a left over from when they took ideas from...
Adam Carter
typidemon
Offline Send Email
Aug 2, 2004
10:00 am
16137
http://java.sun.com/j2se/1.3/docs/api/java/util/Hashtable.html ... From: Adam Carter <a.carter@...> Date: Mon, 02 Aug 2004 20:00:39 +1000 Subject:...
P munsu
pmusu
Offline Send Email
Aug 2, 2004
2:17 pm
16138
Hi: This is another suggestion. Convert the number to string then use the method length() to get the length of the string so you know the first number is going...
prog x
progx2004
Offline Send Email
Aug 2, 2004
2:18 pm
16139
I'm trying to make Java to detect CD/Dvd-rom in the system and display contents of cd/dvd. Is there any way can I do this?...
ad9798
Offline
Aug 2, 2004
8:23 pm
16140
With the early access (EA) version of Java Studio Enterprise 7, you'll be able create your designs in UML and use round-trip modeling to write your application...
krishsf
Offline Send Email
Aug 2, 2004
9:06 pm
16141
How can i make one instance of a jframe at a time. When a click on a button it creates a jframe and i dont want it to create a new one if there already exists ...
Fatih Mehmet UCAR
fmu12
Offline Send Email
Aug 2, 2004
10:26 pm
16142
im confusing to setting jdbc mysql in jbuilder so far i have configured my jbuilder with : tools->enterprise setup->database driver->add ...
joko triana
jjavakuit@...
Send Email
Aug 2, 2004
11:56 pm
16143
Hi, I am configuring Java in my System, It is throwing error that "out of Memory". what will be the problem. Thanks in Advance, Best Regards, Parameswaran M K ...
parameswaran
paramezwaran
Offline Send Email
Aug 3, 2004
5:16 am
16144
Hi all, I have a certificate wich have the following hierarchy : VeriSign Class 3 Public Primary CA fingerprint : 74 2c 31 92 e6 07 e4 24 eb 45 49 54 2b e1 bb...
rangoon_fr
Offline
Aug 3, 2004
6:55 am
16145
you may check the name of the object, since every frame is an object. ============ Hüseyin Adalar ... From: "Fatih Mehmet UCAR" <mehmetr@...> ...
Hüseyin Adalar
hadalar@...
Send Email
Aug 3, 2004
2:37 pm
16146
Hi again. I have an Applet where we see video from a webcam. There is also a button that, when is pressed, captures to a jpeg the frame that is currently in...
redwulf19
Offline Send Email
Aug 3, 2004
2:37 pm
16147
Dear freind, Use this link for a great resources and forums regarding what you need. http://saloon.javaranch.com best regards Aabed Software developer ...
abed abed
aabedrabie
Offline Send Email
Aug 3, 2004
2:37 pm
16148
Just check your URL jdbc:jdbc:mysql://localhost/toko chance it for that jdbc:mysql://localhost/toko in the configuration of the DatabasePilot chance your...
Jose Rincon
jrincon77
Offline Send Email
Aug 3, 2004
2:37 pm
16149
Visual Cafe Comes bundled with JDBC and a great manual, it's off the market but not bad at all. The Jessica Simpson fan ... Thanks to every one in this group...
Jessica Fan
nickandjessi...
Offline Send Email
Aug 3, 2004
2:38 pm
16150
I have been following the following steps to configure Crystal Reports 10 with Tomcat 5 . But I always get a stack trace saying that the report location was...
jobsandjobsonly
Offline Send Email
Aug 3, 2004
6:23 pm
16151
Hi there. I am working on a text file where I have tags. For example, I have: "The name of the pattern is <B1> Builder </B1>". I wanna take the words that are...
dfl_maradentro
Offline
Aug 4, 2004
12:05 am
16152
Hi guys, I want to make a tree structure like windows explorer using java script. help needed with any code samples. thanks in advance....
hilaxman
Offline Send Email
Aug 4, 2004
4:18 am
16153
If u want to maintain tags in a file,why don't u use xml file?If u use xml,u can use parser(dom or sax parser) to retrieve the details.If u use flat,it is very...
Rama nathan
pal_rams
Offline Send Email
Aug 4, 2004
4:18 am
16154
Ei guyz, could anyone pls help me 'bout my problem. We had a case study which has a problem of converting numbers into words using double, but in which we must...
Mel-Ryan
ryan_rukawa_11
Offline Send Email
Aug 4, 2004
4:18 am
16155
Here is the coolest way I have found to manage config files (tags). Hope this helps. Bryan LaPlante http://www.castor.org/ This web site shows you how to...
Bryan LaPlante
cflaplante
Offline Send Email
Aug 4, 2004
4:49 am
16156
A Google search should get you started on this. However, you need to address your question to a JavaScript list, rather than a Java list, if you want...
David Smart
smartware_co...
Offline Send Email
Aug 4, 2004
5:04 am
Messages 16127 - 16156 of 31601   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help