| Thread | Last Post | Replies |
|
| compile error | 02 Jan 2006 18:23 GMT | 3 |
when i try to compile this code i get the error message "<identifier> expected" public void addVolunteer(String name, int telephone) {
|
| java.regex | 02 Jan 2006 14:14 GMT | 4 |
I am an XML file in following manner. I want extract some data necessary data from it. So I was using regular expression. ( java.regex) ---------------------------------------------------------------------------------------------------------------------------------------
|
| Iterator problem. | 02 Jan 2006 14:07 GMT | 3 |
i need a method to check if a volunteer is already in a list and if not add them to the list or if they are then return false. import java.util.*; /**
|
| double JDialogs | 02 Jan 2006 11:44 GMT | 2 |
I have a dialog that I can create and center on the screen fine. On it there are buttons off of which I launch another modal dialog box.. (Yes I know that I should use tabbed panes, however that is overkill for this app). The problem is that I cannot reference the frame of my ...
|
| Help Java and Word processing | 02 Jan 2006 10:53 GMT | 1 |
I have an information of the system to use java for modifing or use a editor test, in the particular i want use java for integrated with Msword ora other word processor, another use java for modifing the word file o rtf file with use a camp for the merge ad union file.
|
| FreeBSD && java | 02 Jan 2006 07:12 GMT | 1 |
This is my first post to this group as I have just started using java with BSD. The first question I have is what is considered 'off-topic' here? I will be mostly asking for help regarding java and unix/bsd. Are there any FreeBSD programmers in this group? Or should I ...
|
| Yahoo Games | 01 Jan 2006 16:49 GMT | 4 |
The chess game doesn't work with the environment Linux + Mozilla .I see the message "Applet started " but it doesn't perform what it have to do. Windows environment + Mozilla works fine . Are there problems with linux ? Many thanks.
|
| So new to Java it hurts | 01 Jan 2006 00:31 GMT | 6 |
Where did I go wrong? should the private variable str be a character, or should cast? cast the charAt to a string? compile code below I get
|