Since 4/26/2012 10:51:41 PM, harixseshadri has written 5 articles and participated in 5 conversations. harixseshadri signature: harixseshadri
harixseshadri's articles:
Items(5) /1
Dictionary class in Java1227 (9/5/2004 5:39:12 PM) comp.lang.java.programmer In java, let's say I have a string, "dog", and a string "asdfg". Is there a way in java where I can instantiate a dictionary, or use a static method such as below: Dictionary d = new Dictionary(whatever parame... Hari
Pasting onto the clipboard415 (8/25/2004 7:34:19 PM) comp.lang.java.programmer In java, I know in the 1.4.2 API specification there is a Clipboard class and a Clipboard owner class. I tried but couldn't find out how you just paste a String onto the clipboard. Could someone show me the cod... Hari
Free download javac445 (8/17/2004 3:42:22 AM) comp.lang.java.programmer Hello all, I am very familar with java and its resources, but one problem I have is its compiler. I have javac on one computer, but I need to transfer to some other computers in my house. I know its freely dow... Hari
applet file output521 (8/16/2004 4:47:31 PM) comp.lang.java.programmer For a site that I plan to put up, I want to put up an applet through which people can enter data. I want to applet to write to the server, but in a safe and encrypted way. First of all, if I tell the applet to ... Hari
.class to .exe1235 (8/16/2004 4:42:21 PM) comp.lang.java.programmer I have used many native .class to .exe converters, so that a java file can be executed on any PC like any other application. However, most of these are only shareware or temporary use converters which I can onl... Hari
What am I doing wrong here?417 (8/13/2004 8:12:17 PM) comp.lang.java.programmer Hello! This Java sources compiles fine. But when I run it, I get a Run Time Error that DrawFunction2D isn't properly initialised. There is nothing drawn on the screen, the paint() routine isn't even called. An... aljo_ribw(4)
Help!!!721 (8/16/2004 11:02:43 AM) comp.lang.java.programmer Hi, Would anyone help me with the below 1). a). Using a for loop write a program to display the numbers 1 to 10 inclusive as follows; 1 2 3 etc... Ensure ... thusislife
Pasting onto the clipboard415 (8/25/2004 7:34:19 PM) comp.lang.java.programmer In java, I know in the 1.4.2 API specification there is a Clipboard class and a Clipboard owner class. I tried but couldn't find out how you just paste a String onto the clipboard. Could someone show me the cod... harixseshadri(10)
Dictionary class in Java1227 (9/5/2004 5:39:12 PM) comp.lang.java.programmer In java, let's say I have a string, "dog", and a string "asdfg". Is there a way in java where I can instantiate a dictionary, or use a static method such as below: Dictionary d = new Dictionary(whatever parame... harixseshadri(10)