| Thread | Last Post | Replies |
|
| How define the maximum length in html:textarea in Struts? | 31 Jul 2007 01:43 GMT | 1 |
I'm faced off with the maximum characters length of a Textarea using Struts <html:textarea>. I found a lot of suggestions about how to set a textarea to a defined length using the simple HTML tag. But I couldn't find anything about
|
| Is there a better way to do this? | 30 Jul 2007 22:08 GMT | 13 |
I gave it a shot, to answer the question that that person posted here a couple of days ago Create a java program that generates 10000 random integer numbers between 1 and 500. Then use the generated numbers to calculate: - the mean (average) of all numbers
|
| Linux printing from Eclipse | 30 Jul 2007 21:39 GMT | 2 |
Previous versions of Eclipse have not allowed printing from Linux. However, the version of Europa I am using now, allows for printing from my Ubuntu FF server... finally.
 Signature John T. My other computer is a swodniw machine
|
| @override? | 30 Jul 2007 18:42 GMT | 10 |
I am using JDK 1.4 and there is a compiling a 3rd party program error because of un-recognized word @override. Could anyone let me know what is the function of @override and in order to use it, which version of JDK is required?
|
| Web Application Works on Windows, Not on Linux (Needs a file) | 30 Jul 2007 17:19 GMT | 5 |
I've been using a web application to find part numbers and info for an antique car I've been working on for a while. I used to go to the manufacturer's website, log in ($20 a year fee, otherwise I'd link to it), click on the link, and the program would run just fine under Linux.
|
| Generics and Enums | 30 Jul 2007 01:28 GMT | 4 |
I'm trying to write a generic class that takes an Enum as generic parameter but I'm not able to compile it: ------------------------------------
|
| Pixelgrabber and Vectors, changes not happening. | 29 Jul 2007 16:24 GMT | 5 |
I am trying to use pixelgrabber, use vectors and storing the results. The program below is my program. However the "if " condition is not recognized during a run at "private String RestateClrLine (String mSt) {" ....
|
| Question for Roedy | 29 Jul 2007 16:21 GMT | 25 |
Roedy, I am trying to use the replicator. I am on Linux and using Java 6. When I run the jnlp from the command line, it starts up and then gives me a big empty box. There are no hidden permission boxes or anything. By all
|
| Exchanging information | 29 Jul 2007 01:01 GMT | 7 |
I'm writing a distributed application which includes one server and many clients that will be exchanging data. I've made my own crude protocol that uses sockets and simply puts data on single lines separated by new line characters.
|
| Calculating the difference of days between two dates in Java | 28 Jul 2007 09:18 GMT | 8 |
Hello,everyone! I used the Date class to create two dates by invoking the constructor Date(long date), but can anybody tell me how to calculate the difference of days between these two dates? Which methods should I use? Thank you!!
|
| [JNLP]trying to install a jnlp app on a web server | 28 Jul 2007 09:04 GMT | 9 |
I have a Java app installed locally that works fine on my machine and I want to make it work on my web server ; the architectecture of this app is as follows : - "run.sh" (script that launches the app with this command line :
|
| JMF and client side Applet problem | 28 Jul 2007 08:58 GMT | 1 |
I need to create an Applets and applications that will transmits and receive media using RTP in [JMF]Java Compatible environment-- including Web browsers--without having to worry about client side JMF installation.Will it be possible
|
| BufferedReader do not change output for new file | 27 Jul 2007 23:07 GMT | 7 |
I am using this code String filecode=new String(); URL yahoo=null; for (int k=1;k<350;k++){
|
| Help -- New to Java | 27 Jul 2007 02:25 GMT | 10 |
I am taking a java class for the first time. The first HW was easy. I am stuck on the 2nd. I know the logic, I can write it in C, but with Java I am having problems and it is due tomorrow. Is there any site where I can find small sample programs. Appreciate any help. This is
|
| moving more than one image using a mouse | 26 Jul 2007 04:04 GMT | 1 |
I am looking for a program that will demo moving more than one image with a mouse that is on a panel. I have downloaded the program below and the first error reported was the absence/can't find:
|