Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / First Aid / April 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
is this the best way?02 Apr 2004 23:06 GMT1
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 form02 Apr 2004 22:47 GMT1
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 GMT5
Help. please.
data in database:
2004-03-31 10:11:20 PM
output required:
debugger an eternal mystery  (reload)02 Apr 2004 20:16 GMT1
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
Pipes02 Apr 2004 18:03 GMT6
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) question02 Apr 2004 17:41 GMT4
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 GMT4
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 GMT3
Where can i found a tutorial for using extended UNICODE \u015F in an java.awt.Button
eclipse02 Apr 2004 10:05 GMT2
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 GMT3
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 GMT6
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, Enumeration02 Apr 2004 01:55 GMT2
//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 program01 Apr 2004 22:59 GMT4
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 format01 Apr 2004 20:22 GMT1
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 GMT1
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
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 March, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.