| Thread | Last Post | Replies |
|
| SSCCE of my graphical interface with memory leak | 23 Oct 2007 09:24 GMT | 9 |
I tried to write a SSCCE of my graphical interface that has some problem of memory leak. I resolved the problem minimizing and maximizing the graphical interface (f.setState( Frame.ICONIFIED ); f.setState( Frame.NORMAL );)
|
| Setting up Tomcat/Apache with mod_jk - error :( | 23 Oct 2007 04:49 GMT | 1 |
Hey, I'm setting up Tomcat 5.5 with Apache 2 and mod_jk 1.2.25 and I get the error "Could not find a worker for worker name=ajp13w" but I don't know why as in my opinion it is clearly setup unless I'm missing something obvious:
|
| EDT and SwingUtilities.invokeLater help | 23 Oct 2007 04:42 GMT | 3 |
OK, I got really confused about when to use SwingUtilities or not. For example. Let's say that I have a simple class that extends JFrame, a private JButton field testButton and a private JLabel field testLabel.
|
| why people use "Map m= new HashMap()" or "List l = new ArrayList()"? | 23 Oct 2007 03:55 GMT | 30 |
I saw in many places that people use: Map m= new HashMap(); or List l = new ArrayList();
|
| Dialog best practices | 23 Oct 2007 02:32 GMT | 4 |
I have a main window which pops up a modal dialog to ask the user for some input parameters. What is the standard or best or cleanest way to get the parameters back into the main window when the user clicks "OK" in the dialog?
|
| How to create a TIFF image from a binary raw data | 22 Oct 2007 20:56 GMT | 13 |
Hello all, I am having difficulty creating a TIFF Image file from a binary raw data. I tried to used ImageIO or ImageJ but with no luck. My implementation is as follows:
|
| Debugging jsp's in eclipse | 22 Oct 2007 20:21 GMT | 1 |
Hopefully you can help me with something. I'm working on a problem right now and im trying to solve it myself - unfortunatly the problem involves passing a form bean from one jsp to another with a field of the bean not being displayed on the other
|
| Call a class using its name (in String object)?? | 22 Oct 2007 19:24 GMT | 4 |
I have a name of a class in a string object. Is there a way to call that class using its name in a string object? I am using reflection and I have the name of the class; is there a way to call it using that name?
|
| How can I solve in HTTP error code in 111 | 22 Oct 2007 17:57 GMT | 2 |
Hi!To my all friends, I am being faced with the problem in J2EE web application.Although I've been run the Tomcat Web Server,the Browser show error in Connection Errors as Http error 111 when I run the JSP file.There is
|
| Multicast problem :( | 22 Oct 2007 17:43 GMT | 4 |
I have a question. I need to create multicast socket but on more then one interface. I try to do this but unfortunetly it is setup only on one interface ? Do a need different ip (group ) per each interface or maybe port or maybe
|
| Inconvenience due to abstract class does not have a constructor | 22 Oct 2007 17:12 GMT | 2 |
I have an Abstract class and other classes which are subclasses of it. public abstract MyClass { protected List _list; public abstract void doIt();
|
| javax.bluetooth package | 22 Oct 2007 16:41 GMT | 1 |
Can you give me help for "javax.bluetooth.*;" package? Thanks, Luca
|
| left shift | 22 Oct 2007 15:53 GMT | 5 |
i am relatively new to python..was checking out some bit shifting.. when i do 255<< 24 i get 4278190080 whereas in java or c it gives -16777216
|
| The only way to acquire wealth! | 22 Oct 2007 15:46 GMT | 1 |
Do you have the knowledge and understanding to acquire unlimited wealth and riches. Here you will find a sure fire instructions that will lead to attaining a prosperous and happy life forever. http:joyangel123.blogspot.com
|
| Set classloader (classpath?) at runtime | 22 Oct 2007 15:44 GMT | 1 |
I"m not sure if my understanding of classloading is correct, but I get the feeling that it is where my problems lie. I have a class that receives an object that uses a different classloader/classpath. The incoming object knows nothing about classes
|