| Thread | Last Post | Replies |
|
| Mouse listener in Swing Japplet | 22 Mar 2007 14:51 GMT | 1 |
I had a little demo standalone applet with a working mouse listener. I am now trying to have it work in a Swing Japplet, but I can't. The working example has public class myApplet13 extends Applet implements MouseListener {
|
| newline dropped by HTML | 22 Mar 2007 14:48 GMT | 10 |
I am stumped. I send Java String to an HTML processor method that renders the text into pretty browser text. Fine, it works, it is so colorful and so dashing that it takes my breath away. But wait, what about multi-line text sent to the HTML method as a
|
| I wants to save images through java program | 22 Mar 2007 13:46 GMT | 2 |
I want a java program so I could give a URL of the image to it and that image is saved in a particular folder. The code I am using is this import java.net.*;
|
| Efficiently sequencing a stream of objects | 22 Mar 2007 13:02 GMT | 11 |
Does anyone know of an efficient algorithm for merging many streams of objects? Suppose I have N streams of words. Each stream returns words in alphabetical sequence. For example:
|
| Problem with Proxy Server Code in Java | 22 Mar 2007 10:55 GMT | 3 |
I am trying to write a very simple Proxy Server. When I run the code below (it's only the main part of the code. Everything compiles) I have a problem that the read of input stream seem to hang.
|
| help needed... | 22 Mar 2007 08:24 GMT | 1 |
File Handling, Abstract class, Class, Inheritance, and Polymorphism Read carefully the following scenario: Among the people that a company employs are full-time and part-time workers. Consider a
|
| WebLogic Deployment | 22 Mar 2007 06:21 GMT | 2 |
In tomcat, you can change a javascript or JSP file directly in the webapps directory and you could see the changes in effect without having to restart Tomcat. Now I have to use WebLogic 8 in the current environment.
|
| Java Memory Question | 22 Mar 2007 06:07 GMT | 3 |
I have a Java application running on Soliaris. When I use the top command, I can see this: PID USERNAME THR PRI NICE SIZE RES STATE TIME CPU COMMAND 29042 ownecx 17 29 10 81M 29M sleep 0:11 14.74% java
|
| algorithm for water marking in java | 22 Mar 2007 01:26 GMT | 3 |
someone can tell me how we can create the water mrk in java lang. for this which algorithm you are applying. thanks...
|
| Any good materials on Axis1.x? | 22 Mar 2007 00:53 GMT | 7 |
Can anybody recommend good materials on Axis1.x to me? I'm trying to build a multi-layer stock tracking system using Axis as part of it. Any help will be appreciated. Thank you!
|
| this is perfect ! | 22 Mar 2007 00:16 GMT | 1 |
http://s16.bitefight.net/c.php?uid=16391
|
| advice about a network app | 21 Mar 2007 23:42 GMT | 4 |
Sorry, but Java isn't my language, so I'm showing my ignorance. My assignment is to create a number (35-40) client apps on a network segment that will communicate with a server that also resides on the segment. The clients accept queries from the server and reply to the
|
| Cut/Copy/Paste Don't Work for Tables? | 21 Mar 2007 21:41 GMT | 1 |
I implemented cut/copy/paste for components in a JTree. I used Transferable and TransferHandler (works very nicely, BTW). But, I'm having a problem. I can cut/copy/paste any item in the tree - it works as it should.
|
| String parsing question | 21 Mar 2007 20:36 GMT | 2 |
I'm working on a Java program that supports the GTP protocol (Protocol for programs playing the Go board game). GTP supports commands of the following format: [id] command_name [args]
|
| hey everyone | 21 Mar 2007 20:28 GMT | 3 |
I'm trying to develop an online chatting system, i'm almost done with the front end, but am having probs connecting the html pages with the servlet. and since it's a chatting system, i need to add contents to the webpage without refreshing it, which i'm not able to do.
|