| Thread | Last Post | Replies |
|
| Jave help? | 09 Apr 2004 22:20 GMT | 1 |
I find that I have to learn javascript, what book(s) or author(s) can I look at to get this information? At this time I have no knowledge on how to use javascript. Thank You
|
| java script help | 09 Apr 2004 21:37 GMT | 1 |
I find that I need to learn how to use javascript, at the present time I don't know anything about javascript. where can I find a good book on how to use javascript Thank You
|
| newbie method question. | 09 Apr 2004 19:35 GMT | 4 |
Hello there.. I.m trying to learn Java from books, the net and other assorted materials.. Beginning to work through Thinking in Java 3d ed.
|
| XML viewer | 09 Apr 2004 19:33 GMT | 1 |
I know e can see an html page with a basic Java viewer. Can we do the same for an xml page? Someone has any link on that matter? It would be to see the java.util.logger reports. Jean
|
| Converting byte array to hex - not getting all characters . . | 09 Apr 2004 19:32 GMT | 3 |
I'm trying to get a text file to be converted to hexidecimal . .At present it works .. but i do not get the entire file converted .. i can't see my error- here is the code - _________________________________________________________________
|
| deep copy an Object | 09 Apr 2004 19:27 GMT | 1 |
In my application I need to deep copy an Object (which really is an array of Objects that contains more arrays and so on - and which is not always the same structure - but the elements are either String, Integer or Boolean). How best to do this? At the moment I save the object to a ...
|
| How to capture servlet output in Javascript? | 09 Apr 2004 15:11 GMT | 6 |
It can't be this hard, can it? I'm new to servlets and Javascript but have been programming for 1,000 years. End of biographical summary. So, from an HTML page, I need to invoke a servlet that returns a text string, and examine the string using Javascript. So I created an html
|
| Q a/b using javax.comm | 09 Apr 2004 13:27 GMT | 1 |
OK, so I see that Java does not natively support serial port I/O but provides an extension package called javax.comm to support it on Windows. (As well as other platforms I guess, but my interest right now is in Windows).
|
| setBounds() does x/y position; ignores w/h sizing | 09 Apr 2004 04:07 GMT | 2 |
I'm fairly new to Java and this is my first post. In the following app, I display some buttons inside a JPanel inside a JFrame. The last command in the constructor is a call to setBounds(), with which I try to position the JFrame more toward the center of the screen, and size the ...
|
| JSP Preview Tool | 08 Apr 2004 18:48 GMT | 2 |
Please can someone tell me if they are aware of a free tool exisitng that will allow me to preview my jsp pages as i design them in Windows, without having to deploy them first. Yours,
|
| Traversing a binary search tree | 08 Apr 2004 18:06 GMT | 2 |
hi, need some help trying to do an in-order traverse of a binary search tree ive got this code in my BST Class: public static void printInOrder(BSTNode top){
|
| DES Encryption | 08 Apr 2004 17:59 GMT | 2 |
I'm trying to implement the DES encryption in Java. I have a couple of concerns at the moment. The first is if I am importing a text file how do i implement this in a binary or hexidecimal format. I've looked through the api specifications but am not sure how to go about
|
| logic help in servlet | 08 Apr 2004 12:43 GMT | 2 |
Sir, i am doing some application development using servlets i have faced a logical problem in developing one page in the application
|
| Code in the Constructor | 08 Apr 2004 12:05 GMT | 8 |
Quick question ..... what is the danger of having processing code in the constructor of a Class ... I ahve inherited an application that was written procedurally using the constructor to process. Do I have a serious issue?
|
| Problem with mouselistener | 08 Apr 2004 11:52 GMT | 2 |
Hi all, I have a problem with the mouselistener. In my opinion I should receive the mouseevents, but I don't. This code is very much "work in progress" so it's quite simple, and at points maybe bordering on
|