| Thread | Last Post | Replies |
|
| Buttons events dispatched twice | 22 Apr 2005 20:18 GMT | 6 |
Into my main class I Create JDialogs, and I use JDialog.DISPOSE_ON_CLOSE as defaultCloseOperation and setVisible(true) in order to show it. When I run my application for first time, and clicking on menu item I create a JDialog, so, I can use Toolbar buttons with no problems, ...
|
| Problem with Eclipse and Enum's | 22 Apr 2005 19:43 GMT | 1 |
I think that the following code is correct: public enum Days { SUNDAY (1),
|
| Repopluate select without refresh? | 22 Apr 2005 18:43 GMT | 1 |
I am looking for a solution to repopulate a one select input field in HTML based on a choice from another. I am hoping I don't have refresh the page. Are there any simple ways of doing this... What is the common practice?
|
| Apache Project Xalan XML/XSLT Processor Is Good, But Its Extension Not Work on Netscape/IE | 22 Apr 2005 15:32 GMT | 6 |
First, let me say I couldn't find a group discuss XML/XSLT. So I only choose the closest groups to post this message. Here is part of my *.xsl file
|
| Desktop applications in java? | 22 Apr 2005 15:16 GMT | 3 |
I develop a desktop application in j2sdk, but it seems that, today, using java for developing desktop aplication isn't "IN". Could you write me a web sites with the desktop applications wrote in java?
|
| J2ME, bluetooth, jsr82, disconnect Spp connection | 22 Apr 2005 15:00 GMT | 1 |
How can I close the SPP connection, is that will " disconnect" bluetooth connection? --------------------------------------------------------- try {
|
| Problem with Eclipse and Enum's | 22 Apr 2005 14:43 GMT | 4 |
I think the following code is correct: public enum Days { SUNDAY (1),
|
| File corruption when copying over sockets | 21 Apr 2005 23:47 GMT | 9 |
Hello, I was using a simple file copy example to copy a file across sockets. I use a FileInputStream to read the file, then send it out using a PrintStream. At the receiving end I read it in using an InputStreamReader wrapped in a BufferedReader. Then I simply write this
|
| try catch blocks | 21 Apr 2005 23:44 GMT | 2 |
Can someone telle me what the try catch blocks are doing, is there a simple tutorial out there? I dont see the use of this Thanks
|
| Calling a method | 21 Apr 2005 18:42 GMT | 2 |
Here's another thing I'm trying to do that I hope someone can help with. I'd like to call a method on an instance of a class using a string as the method name. Something like anInstance.perform("getName"), which would call the method getName() on the instance and return the ...
|
| Removing a null from within a string | 21 Apr 2005 17:55 GMT | 3 |
Without getting into the non-essential details of the application I've written - at a high level I'm connecting to an LDAP directory, getting data and then sending it over a different protocol to a different application.
|
| We have to use 4 as server channel to connect P910 | 21 Apr 2005 13:52 GMT | 2 |
We have to use 4 as server channel to connect P910 SPP is that right? Best regards, Boki.
|
| reg: the access of jsp pages in tomcat | 21 Apr 2005 12:04 GMT | 4 |
this is ashutosh. i m facing a problem of accessing my jsp and servlet files thru web browser (while using tomcat 4.1.31) when i save them in my own folder in webapps folder in tomcat 4.1.31.
|
| IBM JVM Maximum Heap Size | 21 Apr 2005 04:45 GMT | 1 |
Has anyone noticed strange behaviors toward maximum heap size in IBM JVM ? Using the 1.4.1 version under AIX I noticed that the use of -Xmx option is useless if the number is suffixed using an uppercase M.
|
| <identifier expected>? | 21 Apr 2005 00:38 GMT | 9 |
I have a class called Path defined in one file. Path has the following signature: public Path(int n) In another file, I have defined a class called Car. In car, I have the
|