| Thread | Last Post | Replies |
|
| The "replaceAll" method of the String Class can't work, if a "?" character is in the value of an attribute of a XMLString! | 22 Sep 2007 19:22 GMT | 116 |
The sample code below doesn't work, but if you take out the Question Mark character, "?" in front of the value "Print" of the "action" attribute, it does work! Does anyone here know an other workaround? Thanks in advance!
|
| An easy one but where am I going wrong | 22 Sep 2007 19:05 GMT | 8 |
Dear group This is driving me nuts - I thought I had it working and then not. I have 2 classes - "tester" and "support" support has two instance variables:
|
| Building a linked list | 22 Sep 2007 15:15 GMT | 19 |
Hi everybody, I'm stuck and was hoping someone here could help. I am implementing a linked list, with a class node, which has a String object text and a node next as its definition. I'm all set on adding, deleting, inserting, etc. But for the life of me, I cannot figure out
|
| Session Expire | 22 Sep 2007 15:05 GMT | 3 |
I have one question that, how to code when I hit the "Back" Button of the browser it shoud state that Session is Expired. Please help in this regard. Thanks,
|
| military time in java | 22 Sep 2007 03:11 GMT | 1 |
I am new programmer, and need to use the military time to calculate the duration of a phone call. I wanted to use the increment and add 1 to make the hour change. I have to input the time but I am not sure how to do it. Do I need to
|
| UML | 22 Sep 2007 01:09 GMT | 8 |
Does anyone know of any free programs that we can use to make UML,
|
| Fonts | 22 Sep 2007 00:53 GMT | 4 |
I have a little problem with fonts. In my program, I need to create fonts. So I use the constructor of the Font object, by doing this: Font f=new Font(fontName, fontStyle, fontHeight); But when I change the font name to anything present on my machine (like
|
| Calling a another program from Java | 22 Sep 2007 00:29 GMT | 3 |
I'm trying to call a program by an Java programming. Like a terminal command like "rm -rf thing" or "ls" or "firefox", and get its output. Just that. In C I do that with system("ls -la|grep something > somefile.txt"). I
|
| jar file not found | 21 Sep 2007 23:49 GMT | 2 |
I'm a .Net developper, but I got a single java file to compile, having these references in it: import com.crystaldecisions.client.logic.*; import com.crystaldecisions.sdk.exception.SDKException;
|
| Runtime & Process class | 21 Sep 2007 23:47 GMT | 2 |
I am trying to run the process in the seperate environonment using the runtime class as follows Runtime rt; Process p,p1;
|
| instantiate instance variable of another class | 21 Sep 2007 17:42 GMT | 13 |
If I want to instantiate instance variable of another class, which approach do you suggest? What's the difference between the following two methods? Please advice. thx. Method 1:
|
| website that access harddrive, webcam and network | 21 Sep 2007 17:22 GMT | 4 |
i want to write an applet/application embedded in a website, that can access users networking, file system and the web cam. The applet/ application should be able to interact with other website components using Javascript.
|
| Chick and egg,which comes first? | 21 Sep 2007 14:36 GMT | 18 |
I have a problem.There are two classes, in the definations of both of which there is the employment of another.Then which shoud I compile first using 'javac'. Thanks in advance for any reply.
|
| Desktop ShortCut folder problem in JFileChooser | 21 Sep 2007 14:36 GMT | 4 |
I have Browse button and on clicking it, it will open a JFileChooser. Filtering property is set to Directories only. Approve button named to "import". I have created the desktop shortcut to one my folder. I launched the
|
| Problem with text editor in Eclipse RCP | 21 Sep 2007 13:19 GMT | 1 |
Hi !! I've got weird problem with text editor wrote using Eclipse RCP technology. Editor have syntax coloring (using PresentationReconciler).
|