| Thread | Last Post | Replies |
|
| java.lang.NullPointerException | 29 Mar 2005 11:37 GMT | 3 |
Hi there I was wondering if someone can help me. I m fairly new to java. I m developing a game where a user is trying to guess the letter of an hindden word. I ve developed 4 classes but I ve got problem with only 1 the class
|
| Java Security | 29 Mar 2005 07:27 GMT | 5 |
My company is trying to decide make a platform desicion between C++/Java. I am in favor of Java however I am compelled to answer a question yet I am unable to find a solution. The problem is as follows: The application will have a two secret keys
|
| Need help getting ant to run | 29 Mar 2005 06:02 GMT | 2 |
I'm running Windows ME. I downloaded the binary distribution of ant from http://ant.apache.org/bindownload.cgi I installed as directed. My path and ant_home variables seem to be set correctly. When I try to run it by entering "ant -v", I get the following
|
| Swing question | 28 Mar 2005 20:10 GMT | 2 |
I am creating a GUI interface. On one of my panels, I want to have a grid on it. I have no idea how I would do this or if this is even possible. Any ideas.
|
| J2ME, Canvas, CommandListener. | 28 Mar 2005 17:16 GMT | 3 |
When I change the screen of phone(emulator) from myMIDlet.java to myGUI.java, I can see the soft buttons I created in myGUI.java, but the commandAction () of myGUI.java didn't response any soft button event.
|
| JSP - Inserting into a database | 28 Mar 2005 16:43 GMT | 3 |
I'm having problems inserting data into an Access database. Firstly, I'll mention that I can insert into the database using the following Prepared statement in my .jsp page: sql = "INSERT INTO Classifieds(Title, Name, Description, Phone, Email,
|
| J2ME, Canvas, | 28 Mar 2005 16:08 GMT | 12 |
Hi, All, I start up from a MIDlet and transfer to a GUI Canvas when press a soft key, but the GUI.java never answer my addCommand request ....
|
| Config file processing | 27 Mar 2005 22:29 GMT | 1 |
what are the preferred means of dealing with slightly complex config files these days. by slight complex, i mean the config file may not be a simple name/value pair format. what about config file for applets? i imagine these must be read and
|
| won't catch some chars | 27 Mar 2005 17:16 GMT | 9 |
Hi Iam using code to controll if user have entered double, but some of signs dont get "catch" by it.. for exempel " returns error Unmatched ". but '&' returns [1] 29230 or '(' returns Too many ('s.
|
| Help with array of int[][] | 27 Mar 2005 16:27 GMT | 3 |
If I have a int matrix like this int m=new int[5][8]; and I have a method protected void methodName(int[][] matrix,int noRows)
|
| Click Applet to Active !!! | 27 Mar 2005 12:11 GMT | 1 |
-!Hei!- Im makin a Invaders game to my homepage.. how to make my applet active for keystrokes without mouse click on over applet...
|
| Help, Help, Help... | 27 Mar 2005 11:47 GMT | 5 |
Hei! Im makin a hot INVADERS game with Java but im a newbie with language, so , question is how do i use KeyPressed () function...
|
| need just 6 digits | 26 Mar 2005 22:54 GMT | 11 |
I have a recordset's rs.getDouble("EXCHRATE1") the thing is that that some return a number that has 8 digits some return 10 some 6 but i need
|
| Inconvertible Types when retreiving objects from a TreeSet | 26 Mar 2005 19:19 GMT | 2 |
I'm a little shaky on some of the concepts here, so please bear with me. I'm working on a program that uses a TreeSet object to hold a list of objects. The objects in the TreeSet are custom. This is the code that's tripping me up:
|
| Compile error | 26 Mar 2005 19:08 GMT | 4 |
The compiler asks me to use -Xlint to complie this. can someone tell me why? //---------------------------------- //3-25-05 //Accessing and processing data from a vector
|