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 to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 29735 - 29764 of 32213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
29735
kirba sd <kirba4@...> wrote: hi i found the solution: class SampleTest { public static void main(String arg[]) { String str="hhaahhhr"; char[]...
kirba sd
kirba4
Offline Send Email
Jul 2, 2007
3:09 pm
29736
hi bhatt, if u mailed with source code it will be more easier where u went wrong. FYI- for setting the background color use Color class. for eg.there is a...
kirba sd
kirba4
Offline Send Email
Jul 2, 2007
3:09 pm
29737
use this: Map hm = *new* HashMap(); hm.add("blue", *new* Color(Color.BLUE)); String blue_color= "blue"; xxx.setColour( (Color) hm.get(blue_color) ); also test...
p91227@...
p91227
Offline Send Email
Jul 2, 2007
3:09 pm
29738
Dont confuse more..... Just keep in ur mind that When we instantiate any object then it finds the constructor for that class, If it doesn't find proper...
Lokesh Sharma
lokesh_hnb
Offline Send Email
Jul 2, 2007
3:09 pm
29739
hi Eswar, Let u look at my code also and tell ur comments class SampleTest { public static void main(String arg[]) { String str="hhaahhhr"; char[]...
kirba sd
kirba4
Offline Send Email
Jul 2, 2007
3:10 pm
29740
use jbuilder ... [Non-text portions of this message have been removed]...
p91227@...
p91227
Offline Send Email
Jul 2, 2007
3:10 pm
29741
I want to create a project which will be able to verify the human id according to his voice, my question : which packages could be benefit in analysing the...
ALAA REFAAY
alaa_rfaay
Offline Send Email
Jul 2, 2007
3:12 pm
29742
Hi, Seesion is maintained on the basis of ID/information send by client.Server persists the sessions in the form of collection like Map who has SESSION ID as...
ashwin_gupta007
Offline Send Email
Jul 2, 2007
3:12 pm
29743
import java.util.Scanner; public class WordExtractor { public static void main (String[] args) { String phrase = new String(); Scanner scan = new Scanner...
atomicfreeze
Offline Send Email
Jul 2, 2007
3:13 pm
29744
Dear All, Kindly provide me the activation key/serial key for Aqua data studio 6. Basic use(Aqua data studio 6): It provides a GUI environment for ant...
prsdrane
Offline
Jul 2, 2007
3:13 pm
29745
... Java_Official : Post Message ... hello u can refer . Wrox publisher bigginer struts 4.1 this good book for struts...
vishu_yadav099
Offline Send Email
Jul 2, 2007
3:13 pm
29746
Look at the Javadoc for the Runtime, Process nad input/output classes. Runtime.getRuntime ().exec (...) returns a Process, and you must attach the output of...
Java Guy
mmjavaguy
Offline Send Email
Jul 2, 2007
3:13 pm
29747
hello all..good day for you... i want to ask what should i add so that i can print out "chinese language" when i made a JLabel using java swing? Thkz buddy.....
s1au_java_k14
Offline Send Email
Jul 2, 2007
3:14 pm
29748
see jmf (java media framework): http://java.sun.com/products/java-media/jmf/ ... [Non-text portions of this message have been removed]...
p91227@...
p91227
Offline Send Email
Jul 3, 2007
4:23 am
29749
Hi All, I believe this link is helpful to you programmers. Google launched programmers search engine http://devshots.com This returns Google search results,...
Anna Marry
anna_marry84
Offline Send Email
Jul 3, 2007
4:23 am
29750
A JLabel displays a String. A String is a grouping of related characters. In Java, characters are 16-bit snd follow the Unicode standard. Find out what the...
Java Guy
mmjavaguy
Offline Send Email
Jul 3, 2007
4:24 am
29751
Hi, The act of scanning a character position into a series of integer variables is redundant. Sounds like a job for an int array and a loop structure. Paul ......
Paul Donahue
scramjetter
Offline Send Email
Jul 3, 2007
4:24 am
29752
there doesn't seem to be any association with google. nor google has announced anything. these days lotsa ppl r faking search engines similar to google. the...
amey samant
ameyas7
Offline Send Email
Jul 4, 2007
12:57 am
29753
u just go throuth jakartha struts1.1 Edition this is very useful book for Struts.. u have a chance to dounload that book. if that is not...
bose eluru
bose_eluru
Offline Send Email
Jul 4, 2007
12:57 am
29754
Hi Eshwar, Kirba.. I sample code tht u have given i was impressed.. But here i am with the simplest code.. silent fetures of this code z -->no Arrays used ...
dilip kumar
dilip_v22
Offline Send Email
Jul 4, 2007
1:03 am
29755
Why not you can make a use of XML file in java for printing chinese. In xml file u can define all the chinese words u want to use . Java Guy...
Nikunj Maniar
yourfriendnik
Offline Send Email
Jul 4, 2007
1:03 am
29756
hi all ..a small request.. when u ask any pls be specific about subject.. as there r hundreds of mails regularly v receive..if u can specify what is ur...
sudheer
akhil_sudhy
Offline Send Email
Jul 4, 2007
1:03 am
29757
... hem... how can we read the unicode of character chinese that we already write in a txt? anyidea?...
s1au_java_k14
Offline Send Email
Jul 4, 2007
1:03 am
29758
hi u can compile the source file using javac -encoding (type of encoding of used for Chinese chararcters) sourcefile.java not sure whether this is the...
kirba sd
kirba4
Offline Send Email
Jul 4, 2007
1:03 am
29759
I saw this post hit several different lists almost simultaneously. This, to me, is a sure sign of a spam artist. ... [Non-text portions of this message have...
Ian Smith-Dahl
kyldthecat
Offline Send Email
Jul 4, 2007
8:09 pm
29760
Hi everyone, I've got some problem during runtime when I tried to use jibx maven 2 plugin to unmarshall my xml text to Java objects. I use maven to build my...
ivansebastiansurya
ivansebastia...
Offline Send Email
Jul 4, 2007
8:09 pm
29761
one more question,how can we get the unicode of chinese character in a file such as .txt or else? example of the unicode that i want to get is like '\u7cf4'?...
s1au_java_k14
Offline Send Email
Jul 4, 2007
8:10 pm
29762
Hi everyone, I am anton angodung of phoenix one. we offer Java standard edition ( J2SE) and Java enterprise Edition (J2EE)on July 16-20, 2007 and July 30-Aug...
angodung11
Online Now Send Email
Jul 4, 2007
8:10 pm
29763
If a String / char array is encoded in Chinese unicode, simply using Java I/O to print the characters will render them in Chinese, assuming that the proper...
Java Guy
mmjavaguy
Offline Send Email
Jul 4, 2007
8:10 pm
29764
hi, im new to jdbc concept , can anyone tell me what are the necessary things and how to configure my system for jdbc....
deepbluesun123
Offline Send Email
Jul 4, 2007
8:10 pm
Messages 29735 - 29764 of 32213   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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