| Thread | Last Post | Replies |
|
| Converting Swing components to SWT | 18 Jun 2007 17:07 GMT | 2 |
I wonder if there is some straightforward way (automated or not) to convert Swing components to SWT. If there is a program to do it automatically, great, but if there are just some written instructions to follow by hand, that's great too.
|
| RMI host binding question | 18 Jun 2007 15:08 GMT | 2 |
I have code that starts the RMI registry as follows: LocateRegistry.createRegistry(5000); This works fine, however the registry listens on all interfaces at the port 5000. I would like rmi registry to listen only on localhost
|
| How important is software maintenance? | 18 Jun 2007 14:52 GMT | 1 |
Methods & Tools is currently conducting a one-question poll to know What part of your software development budget is devoted to maintenance. Go to www.methodsandtools.com/dynpoll/vote.php to participate and to
|
| web start texture problem | 18 Jun 2007 13:47 GMT | 5 |
Hello all, to cut a long story short my programs using textures don't work with webstart. Various error messages indicate that the texture image cannot be accessed. It works OK on my own machine using mozilla firefox and konqueror, all on linux but not on windows. Any
|
| Copying content from a clipboard to appletviewer | 18 Jun 2007 12:44 GMT | 1 |
I am trying to copy the content(image) from a clipboard to an appletviewer. How can I do this?
|
| Trouble with InvalidClassException when running application in Eclipse. | 18 Jun 2007 07:37 GMT | 1 |
My actuall situation is to convoluted to describe fully, but basically my servlet serializes and my application, which I run out of Eclipse, deserializes and I get mypackage.MyClass$1; local class incompatible: stream classdesc
|
| Struts: Array of FormFiles possible? | 18 Jun 2007 06:40 GMT | 1 |
Good morning, I need to process a form which contains a variable number of file upload and other input fields. As far as I know I can use the following code to create an array of
|
| JBoss help | 18 Jun 2007 06:35 GMT | 2 |
Hey folks, Im running through a tutorial on JBoss, and it has a sample JSP. I can run the ANT script to build the WAR file, but it won't run. I *think* I need some files in the lib directory of the WAR file, but I
|
| Databinding | 18 Jun 2007 05:34 GMT | 3 |
Does Java support any kind if databinding? I would like to use JDBC to connect to a MS SQL database and bind the collected data to swing controls? Is this possible?
|
| Closing a database connection stored in a threadlocal upond death of thread | 18 Jun 2007 05:34 GMT | 8 |
I have a situation where I open a db connection, store it in a ThreadLocal object and need to close it on death of the Thread. Any ideas on how to do this?
|
| port -1? | 17 Jun 2007 23:10 GMT | 5 |
I'm trying to help a friend who is going to a website that has a system checker. She's getting this exception I don't understand: Java version: 1.6.0_01 HTTP Agent: Mozilla/4.0 (Windows XP 5.1)
|
| Plugin support | 17 Jun 2007 21:57 GMT | 4 |
Hello to all, I'm new on java but i'm old on c++, and i'm now developing in java. And i want to built a solution in java that implements the normal logic of plugins in windows. That is a list of dll files in a
|
| Painting in swing. repaint doesn't work. | 17 Jun 2007 15:27 GMT | 4 |
Hi, today I hve a problem with painting. I created a class Szescian that extends JPanel and implements Runnable. I want that class to paint a square that moves. I move it using a thread. The problem is that when i use repaint in the thread the screen doesn't repaints( the
|
| Array of Objects | 17 Jun 2007 15:18 GMT | 2 |
I am somewhat new to JAVA, but not to programming in general. I recently wrote a class that uses the NIO Socket class. I would like to now make this class handle multiple sockets. can I do this? For example: Socket[] socketarray = null; socketarray[1]
|
| JAVA NIO | 17 Jun 2007 12:07 GMT | 4 |
Somewhat new to JAVA, and I swear I have looked all over on this problem, and found an answer, but it does not seem to work. I have a non blocking NIO socket client connection I can send data to the socket check the input buffer for data and handle it okay. If no
|