... On the "teach a man to fish" principle: Not only is this specified in the language specification (as Bill points out), but it is very easy to verify by...
Peter Breton
pbreton@...
Feb 1, 1998 1:24 pm
9290
Hi I am trying to load an image on a canvas from an URL -- but it is not loading. For loading the image properly i have used mediatracker class.I have...
Anamitra
anamitrab@...
Feb 1, 1998 2:34 pm
9291
The paint() method is not the proper place to load an image. You only need to load it once, not every time the screen is redrawn. J ... public class jaz...
John Zukowski
jaz@...
Feb 1, 1998 2:58 pm
9292
Hi, It depends what project you are working on and what version of java you are using. Some books are good at teaching java applet and some may concentrate on...
Joseph Kwok
shkwok@...
Feb 1, 1998 9:37 pm
9293
Hi! How can I transfer "Image Data" from Java applications to win32 applications (for example Word etc.) via Clipboard API? I can transfer "Text Data" from a...
Koji Kotaki
kotaki@...
Feb 1, 1998 10:17 pm
9294
Hi! How can I transfer "Image Data" from Java applications to win32 applications (for example Word etc.) via Clipboard API? I can transfer "Text Data" from a...
Koji Kotaki
kotaki@...
Feb 1, 1998 10:51 pm
9295
* RESEND: My server prompted me that this message was not successfully sent. If you have alreadly received it... Sorry : ) I am writing a utility application...
Andy Triana
andy@...
Feb 1, 1998 11:30 pm
9296
... You probably don't add them to an array, but a Vector. But this is a guess. ... It appears you don't need a Hashtable. BTW, they are serializable. JDBC is...
Jack Harich
happyjac@...
Feb 2, 1998 1:53 am
9297
Hi all, Please let me know a alternate site from which I can download JDK 1.1.5 for NT. There seems to be a problem with JDK 1.1.5 downloading for NT,from SUN...
What you want to use is ORACLE pl2java. It is a Java wrapper to PL/SQL packages and it allows you to recover several PL/SQL tables from a stored procedure. A...
Javier Borrajo
jbi@...
Feb 2, 1998 8:31 am
9300
... AFAIK, the Metrowerks VM has the very same flaw since the 1.0.2 days (CW 9). They have some workaround now but despite all flames they got haven't really...
Hauke Fath
hf@...
Feb 2, 1998 8:44 am
9301
Hi friends, I've put the question below asking for any downloadables of embedded/personal java implementations. virtual machine and development kits for pSOS...
Kothapalli Basavaiah ...
basava@...
Feb 2, 1998 12:22 pm
9302
Hi, I'd like to try some classes to handle Xbase files ... does anyone know the performances of such classes. these classes are xbasej and codebase ones (I...
etienne@...
Feb 2, 1998 12:43 pm
9303
... I would recommend "Advanced Java 1.1 Programming" by Jeff Rice/Irving Salisbury - McGraw-Hill Press (ISBN: 007 913089 5). You can get it now through...
Michael Jenkins
jenkins@...
Feb 2, 1998 1:34 pm
9304
I am trying to display and use from an applet a simple frame I wrote that contains and uses the HotJava HTML Component. When I run this frame, from an...
Bill Siggelkow
wrs@...
Feb 2, 1998 1:48 pm
9305
... JDBC would be appropriate if you were using a RDB to store data. ... Would you be willing to be a little more specific about the requirements? This might...
Michael Jenkins
jenkins@...
Feb 2, 1998 2:37 pm
9306
... In 1.1.x you can't. I don't know about the state of things in 1.2, but although the docs have a whole bunch of stuff about setting up classes to transfer...
Paul van Keep
paul@...
Feb 2, 1998 2:45 pm
9307
... need ... book? ... I would recommend Java 1.2 and JavaScript for C/C++ programmers by Mike Daconta et al. This title is in its second edition and has been...
Al Saganich
Al.Saganich@...
Feb 2, 1998 2:54 pm
9308
... In 1.1.x you can't. I don't know about the state of things in 1.2, but although the docs have a whole bunch of stuff about setting up classes to transfer...
Paul van Keep
paul@...
Feb 2, 1998 3:22 pm
9309
Does anyone know how Java will support the Euro? Will this be via a different NumberFormat? Or some other way? Is this any different from Ecu now? As this...
John Zukowski
jaz@...
Feb 2, 1998 4:21 pm
9310
Hi, I apologize if the question is too simple ... I am tring to create TextField that will accept only integer values. I am working on Solaris and using jdk...
Ilija Obucina
iobucin@...
Feb 2, 1998 6:50 pm
9311
Hi, This is UNIX specific question. I am implementing a JNI interface where the 'C' code makes a fcntl() call to lock a region of the file. To implement a...
Samir Jain x255
skjain@...
Feb 2, 1998 8:05 pm
9312
Hi, I apologize if the question is too simple ... I am trying to create TextField that will accept only integer values. I am working on Solaris and using jdk...
Ilija Obucina
iobucin@...
Feb 2, 1998 8:18 pm
9313
This is truly a bug on the solaris platform ... It has been fixed few months ago by sun services in the UK and should be part of the next JDK release ( 1.1.6...
Olivier Ricordel
ricordel_olivier@...
Feb 2, 1998 8:33 pm
9314
Hi, I've got a class that I'm using basically as a struct containing up to 70 different variables of mixed types (int, float, char, String, boolean only)....
Richard Moss
rjm@...
Feb 2, 1998 9:42 pm
9315
Calvin Austin
Calvin.Austin@...
Feb 2, 1998 10:08 pm
9316
and a supplemental question - what is the difference between 1) String a = new aReallyLongString.substring(0,1) 2) String a = aReallyLongString.substring(0,1) ...
Barry
barrym@...
Feb 2, 1998 10:28 pm
9317
Calvin Austin
Calvin.Austin@...
Feb 2, 1998 11:24 pm
9318
I am working on a book which includes a chapter on JavaMail. Since it's a new API, I would very much like to hear from people who are using it: what's useful,...