| Thread | Last Post | Replies |
|
| Pass over a string variable to <%@ include file= %> | 04 Mar 2006 11:03 GMT | 1 |
Newbie, I am trying to pass over the name of a file in a string variable called template to @ include file It will only work if i hard code the file name eg <%@ include
|
| Distance Learning Student Help with DataInputStream | 04 Mar 2006 10:17 GMT | 2 |
I am taking a distance learning class on JAVA. I am stuck with the following. My code appears to work correclty, until it comes to the DataInputStream. I am unable to figure out how to print the stream to my console. I am reading a simple txt file of words (one per line). The ...
|
| making Jar FIle | 04 Mar 2006 00:46 GMT | 1 |
I made an applet and put it web and I get java security error when my web page loads. I know I need a JAR file and assign some type of permissions to it so that applet and read text file that it need to run. My question is does anyone know how to make jar file and assign the securty ...
|
| displaying image | 03 Mar 2006 21:52 GMT | 12 |
The applet reads in a file and uses the file to get picture names for the images for the applet. The program does all and compiles but I get: when I run the program. Why is this doing this if read in file and just has to iterate through array and get the string for the picture names ...
|
| Question about i18n performance and comfort | 03 Mar 2006 18:52 GMT | 1 |
I want i18n application. It has lots of (for me) panels and I'd like to ease my translation work. What is the better way: point all classes to one big file with translations (now I made it through static method in main class of an application) or point every class to its own ...
|
| NullPointerException | 03 Mar 2006 15:24 GMT | 3 |
I keep repeatedly getting nullpointerexception errors in a program I am writing for pleasure. Unfortunatly, depsite my continual attempts to fix them, I cannot. Also, any help with the program itself would be nice...:
|
| [beginner] Help - deprecated code (mouse events) | 03 Mar 2006 15:10 GMT | 7 |
I would like to adapt an old code. I use Sun Studio Creator 2. I succeeded in part of the deprecated code but I got stuck about the mouse events The original code was:
|
| Visitor-patter | 03 Mar 2006 10:49 GMT | 12 |
were could I find some tutorials or how-to about Visitor-patter use in java?
|
| ArrayList | 03 Mar 2006 00:30 GMT | 15 |
Iam writting a program that read a external file into an applet which uses the names in the ArrayList to get images. The error I get is: ÏWebApplet.java:62: cannot find symbol ÏϧÏsymbol : method getImage(java.lang.Object)
|
| Java applet file dialog encoding | 02 Mar 2006 23:28 GMT | 1 |
This problem concerns values returned from a FileDialog.getDirectory that appear to be ASCII encoded. I need these to be in UTF-16. This problem only seems to occur using the Apple version of the applet. My java version is 1.4.2_03
|
| Once again problems with wildcards/generic methods | 02 Mar 2006 20:35 GMT | 9 |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message Hi,
|
| Problem with Widcards | 02 Mar 2006 20:31 GMT | 3 |
I cannot understand the error. Test.java:24: test(java.util.Map<java.lang.Long,java.util.List<?>>) in Test cannot be applied to (java.util.Map<java.lang.Long,java.util.List<java.lang.Double>>)
|
| didplay problem | 02 Mar 2006 17:20 GMT | 5 |
the applet compiles but does not display text in the array. Can someone point me in the right direction. Andy import java.util.Scanner;
|
| read file in applet | 02 Mar 2006 14:22 GMT | 3 |
Iam trying to read a text file into an applet. i took an example code for application and trying to apply it to applet to see if I can get it to work to learn how to do it but keep running into errors. ÏURLDissector.java:15: init() in URLDissector cannot override init() in
|
| Help: NullPointerException Error | 02 Mar 2006 06:33 GMT | 2 |
I keep repeatedly getting nullpointerexception errors in a program I am writing for pleasure. Unfortunatly, depsite my continual attempts to fix them, I cannot. Also, any help with the program itself would be nice...:
|