| Thread | Last Post | Replies |
|
| Save Object to file , how to using Serialization and deserialize | 24 Oct 2006 12:52 GMT | 4 |
import java.util.Date; public class OWRS { public String S1; public Date currDate ;
|
| Simple GUI problem | 24 Oct 2006 12:01 GMT | 1 |
I'm having a problem adding an editor pane to the bottom of a split pane that I'm sure someone here can help me with. I don't do much GUI programming in Java, so forgive me being the novice here. I would like the editor pane to resize to fill the bottom pane in the
|
| java swing | 24 Oct 2006 08:26 GMT | 1 |
Hai! Everybody! I am working for a Swing project. My module is to create MyComputer Frame same as the windows MyComputer Explorer with the same functionality. I have to access the drives of my system and display
|
| Latency In Displaying Dialog | 24 Oct 2006 05:29 GMT | 6 |
This is somewhat related to my previous post - but I like to keep separate questions separate. What is the best case scenario for latency between a program telling a dialog to display, and it displaying? Is there a way to streamline or
|
| Opening files from a web server using Java servlets | 24 Oct 2006 02:32 GMT | 3 |
I have used Java servlets for a website. I would like to open files stored on the webserver from the Java servlet. I was previously using: res.sendRedirect("/filename.xls"); which redirected users to the file, but this forfeits the website
|
| Adobe Flex: what is the impact on the java universe? | 24 Oct 2006 01:22 GMT | 1 |
I'm trying hard to get a handle on something that I've recently stumbled upon. Adobe Flex seems to be a fairly large facility, based upon Flash, that has all kinds of enterprise capable "Rich Internet Applications". As you can
|
| BUG in Java ImageIO,problem in JPEGImageDecoder,can't read or write image | 24 Oct 2006 01:08 GMT | 2 |
I got an excepton while trying to save an dynamically generated image file in the local memory using the ImageIO class.Here is the code snippent I wrote: /* Robot robot = new Robot();
|
| who can give a simple example? Urgently need!! | 24 Oct 2006 00:03 GMT | 21 |
I want a webpage, there would be a input textfield, and a "sumbit" there, if you press the submit button, the contents you input to the textfield would be send to your email. who can give me a simple sample about that. thanks a lot. I really need i t urgently.
|
| final array | 23 Oct 2006 21:36 GMT | 4 |
Hi, if I wanted that in a method an argument cannot change its reference or cannot change its array elemets how does it? i.e.
|
| java c# | 23 Oct 2006 20:22 GMT | 4 |
what are the additional features in c# compared to java
|
| ejb.xml and ejb-jar.xml ....are these same ? | 23 Oct 2006 19:41 GMT | 2 |
ejb.xml and ejb-jar.xml ....are these same ? both of them seems to be called deployment descriptor. are these really same ?
|
| Threading/Concurrency/Performance mailing lists/groups? | 23 Oct 2006 19:01 GMT | 2 |
I've been scouring the net to try and find any groups/mailing lists that deals with threading/concurrency/performance in Java. Does anyone know of any specific groups/lists?
|
| Non-blocking sockets | 23 Oct 2006 18:56 GMT | 9 |
i have a client application that connects to remote servers via tcp. Connections are made in threads and i would like them to be interruptible, i mean that client socket should not block and if they receive an interrupt signal they should quit.
|
| Is there any way to capture the browser JRE Version in java script | 23 Oct 2006 17:54 GMT | 1 |
Is there any way to capture the browser JRE Version in java script please let me know ?
|
| properties | 23 Oct 2006 17:15 GMT | 17 |
I am new to java (currently using C#). I am trying to learn java and I am having a little difficulty in creating and using a property. Here is a sample from C#: private int _myValue;
|