| Thread | Last Post | Replies |
|
| is this the best way? | 02 Apr 2004 23:06 GMT | 1 |
here is what I'm doing. Is there a better way? I am considering RegExps, but I am not sure it's worth the effort. if (format.equals("N*") || format.equals("N") ||
|
| Validate date and time from JSP form | 02 Apr 2004 22:47 GMT | 1 |
I am trying to validate a correct date so that no String is entered. //These are one of the fields from an HTML String dateString = request.getParameter("flightDate"); java.sql.Date flightDate = java.sql.Date.valueOf(dateString);
|
| convert date and time, please help. | 02 Apr 2004 20:24 GMT | 5 |
Help. please. data in database: 2004-03-31 10:11:20 PM output required:
|
| debugger an eternal mystery (reload) | 02 Apr 2004 20:16 GMT | 1 |
Hi again, Gee, I am working hard on this. And you too unfortunately. This is what I have when I reload the applet in appletviewer 1.4
:java.lang.NullPointerException |
| Pipes | 02 Apr 2004 18:03 GMT | 6 |
How do you set up pipe - server in Java (the kind that pumps/reads data into/from another applications standard input/output)? I can't use other communication methods and I also can't seem to find any information about how to do this...
|
| add(button) question | 02 Apr 2004 17:41 GMT | 4 |
This question is from some mock Java test: public class Q16 extends Applet 5: { 6: Button okButton = new Button("Ok");
|
| how to make JAVA API to web quickly ? | 02 Apr 2004 16:25 GMT | 4 |
I had already wrote a JAVA API. But I need to put it to web now. have there a quick way to implement this ? I know using extends Applet class to implement. But it's still need to change a lot of code. So, I need a quick way to put my API on web.
|
| EXTENDED UNICODE A IN JAVA BUTTON ?? | 02 Apr 2004 16:21 GMT | 3 |
Where can i found a tutorial for using extended UNICODE \u015F in an java.awt.Button
|
| eclipse | 02 Apr 2004 10:05 GMT | 2 |
i would like to know how to run swing programs in eclipse development environment and also how to debug a java program step by step in eclipse development environment
|
| HELP!!!!! | 02 Apr 2004 04:49 GMT | 3 |
Here is my clock program but i want it can run after 1 second. can anyone help me to correct it????? import javabook.*;
|
| How can i send a HTTP-request (GET)? | 02 Apr 2004 03:53 GMT | 6 |
my intention is to send a HTTP-request automatically to a webserver. Let's say the server's ip is 10.20.30.40 and the port-number is 8080. The CGIs name is /MSG. The parameter i want to send is called "Input". And that's the code i wrote for that:
|
| prog works inconsistantly, advice please: Vector, split, BufferedReader, Enumeration | 02 Apr 2004 01:55 GMT | 2 |
//input # // I want to split lines input on the command line into seperate strings, then print out the seperate strings // ie input is: one,two,three,
|
| My screen zooms when I run a java program | 01 Apr 2004 22:59 GMT | 4 |
When ever I start this java program (DrJava) the screen zooms in and I am unable to work because I can only see like a quarter of the screen. Hmm I did install new drivers recently and DrJava used to work fine before the drivers. I have Nvidia Ti4200 with 56 ...
|
| Pixel values returned with getPixels() are wrong format | 01 Apr 2004 20:22 GMT | 1 |
I am a novice to image analysis, and trying to retrieve pixel values using the PixelGrabber class. When I print the int array pixel values obtained as below, I get this : -10592163 -9144717 -5855067
|
| Im unsure about how to implement this correctly... | 01 Apr 2004 20:18 GMT | 1 |
I am currently working on a project involving the translation of text into commands that are processed. The way it works is like this: One part of the system, the client, sends messages to another part, the server. The only type of message the client can send is
|