| Thread | Last Post | Replies |
|
| Newbie: modal complex dialogs | 28 Mar 2006 16:10 GMT | 2 |
I am using netbeans IDE to create a JFrame class and using the visual editor to create a rich dialog. I want to then use this dialog as a modal dialog
|
| Are you a Rockstar in Java Programming ? | 28 Mar 2006 15:50 GMT | 18 |
This is an excellent opporunity to join the R&D centre of a Search Engine company in Bangalore, working on cutting edge technologies like "Image Processing", "Face Recognition", "Information Retrieval", "Computer Vision" etc.
|
| Individual cell color using JTable | 28 Mar 2006 15:03 GMT | 2 |
Hi! everyone, I'm using NetBeans IDE 5.0 and I am triyng to use the JTable ojbtect that is incorporated, but I can´t add rows!! :s y don't know why, I can add columns but not rows can anyone help me?? I've searched on the internet, some pages tell me that there is an
|
| Servlet Specification in Tomcat 4.1? | 28 Mar 2006 14:53 GMT | 2 |
|
| EJB Interview Questions And Answers | 28 Mar 2006 14:48 GMT | 4 |
EJB Interview Questions And Answers I have listed EJB interview questions and answers in my website http://www.geocities.com/ejb_interviewquestions/
|
| How to receive SMS on J2ME? | 28 Mar 2006 12:01 GMT | 1 |
Hi everyone! I am working on Eclipse 3.1 and testing communicationm between SMS and J2ME. Is it possible to receive SMS on J2ME?
|
| type safe array slice | 28 Mar 2006 11:09 GMT | 6 |
I wanted to make a type safe array slice method (at least for single dimension arrays) Here is what I have public static <T> T [] arraySlice(T [] src, int offset, int length) {
|
| non-abstract extension of <nio.FileChannel> | 28 Mar 2006 10:33 GMT | 5 |
I'm a grad student at BYU who needs to write a hash table to disk at times and at other times read it back from disk. My advisor thinks that the <nio> package might help me with that. Class <FileChannel> of that package looks promising; in fact it looks like its
|
| minimum size for a jframe | 28 Mar 2006 09:44 GMT | 2 |
I want to set a minimum size for a jframe but still allow it to be resized. I found out that using setMinimumSize() does nothing because I can still resize the window below the size I specify in that method. I found where someone said to add a component listener and posted code ...
|
| XpathAPI selectSingleNode in XHTML document returning NULL | 28 Mar 2006 07:16 GMT | 3 |
Tired, Exhausted, searched the web, usenets,forums thorughly but still clueless. I guess it's time to post on the group : This is the issue I have been trying to resolve since today morning : I have an XHTML document in string form which I parse using Xerces
|
| bytecode analysis | 28 Mar 2006 06:49 GMT | 4 |
i was looking for a Java library to analyze bytecode files. I tried JDK reflection but it does not provide information about local variables. then i looked into BCEL but unforunately it does not support Java 1.5. (i want to extract generic info about the local variables). I read ...
|
| Create a java.util.Map in JNI | 28 Mar 2006 05:54 GMT | 5 |
Can anyone tell me how to create & use Java Maps in my C++ code... I've used java.util.Vector, it works fine. I work on a Sun Fire V440 machine.
|
| Setting a variable (NDEBUG) during compilation of a JDK 1.1 applet | 28 Mar 2006 04:44 GMT | 24 |
is there please a way to set a variable (like for example a boolean NDEBUG) during the compilation of the classes? I'd like to be able to compile a debug and a production version of my applet by using the same GNU Makefile (gmake DEBUG=1)
|
| Thread safe access to elements of a growing array without synchronization | 28 Mar 2006 02:14 GMT | 13 |
I have a class with this field: private volatile int[] typeSpecificPos=Const.intArray0; where Const.intArray0 is simply a new int[0] singleton. As the array grows empty slots are filled with -1. An element remains constant once it is
|
| Problem with Ant jars | 28 Mar 2006 00:42 GMT | 3 |
When using Eclipse, I can create a jar for a package ("com.foo.bar") ; the package directory structure is replicated within the jar. How can I do the same using the Ant jar task (running Ant from within Eclipse)? It seems all the jars ant builds contain just the class files with no
|