| Thread | Last Post | Replies |
|
| Newbie question re linked list | 24 Oct 2007 22:15 GMT | 16 |
I have created a few methods that will allow me to add a Student object to a linked list of Student objects. It compiles OK and is running, but when I enter more than one student record the new record creates the additional node, but overwrites the data in all the
|
| Filtering data from a file | 24 Oct 2007 12:29 GMT | 3 |
I am currently trying to develop a java program that reads in data from a CSV file. The file has computer names that look something like: RM01_01 RM01_02
|
| For dummies | 23 Oct 2007 16:07 GMT | 3 |
I just bought a Java programming book last sunday online. "Java programming for dummies" if any one thinks this is a good one please let me know by posting on my group "computer programming news
|
| threads | 23 Oct 2007 08:07 GMT | 3 |
|
| cannot load image | 21 Oct 2007 21:08 GMT | 10 |
I cannot get my program to load an image and display it. I have read several forums and help sites and have used all the code regarding mediatracker, but for some reason, it simply will not load my images. I have also tried multiple combinations of how I insert the file
|
| Calling a method | 21 Oct 2007 10:26 GMT | 15 |
Hi can some one tell me why I can call union and not intersection. These are the error message "intersection(boolean) in IntergerSet cannot be applied to (boolean[])" where the arrow is.
|
| Error message | 20 Oct 2007 06:27 GMT | 3 |
Hi, I am having problems when I call getUnion. The error message are "getUnion(IntergerSet) in IntergerSet cannot be applied to ()" and "incompatible types" where the arrows are.
|
| boolean array | 20 Oct 2007 03:11 GMT | 3 |
Hi, these are the only two ways to declare a boolean array of values 1) boolean setA[] = new boolean [101]; setA[3]=true; setA[5]=true;
|
| Run VBS within Java Application | 19 Oct 2007 15:43 GMT | 7 |
I am currently developing an application in java. In order for the program to get data that it needs it needs to run a script. The script is a VBS script. But I am not sure how I can get this script to run when I press a button.
|
| 2d graphics and 2 other questions | 19 Oct 2007 12:13 GMT | 1 |
1. how do you make 2d graphics like the old 70's pac man (better than that...) 2. how do you make it so a computer runs until a key is pressed where it then preforms an operation and then picks up where you left off
|
| Error message | 19 Oct 2007 11:46 GMT | 2 |
Hi I am having problems with my code. It is given me an error message stating "cannot find symbol variable NotCont" on line 26. 1-import java.util.Scanner;
|
| Launching Programs like notepad | 19 Oct 2007 04:29 GMT | 2 |
Can someone give me some pointers on how to launch a program like notepad/textpad from a java program. I am printing a report into a .txt file and the program should automatically open it using a text editor.
|
| Sending data from one class to another | 18 Oct 2007 23:33 GMT | 1 |
Hi, I want to send the values that the user enters and I am storing them in several arrays in the IntegerSetTest class. It need to be sended to the IntergerSet class to find the union, intersection, etc. Here is IntegerSetTest class:
|
| How to make a JTree leaf look like a folder | 18 Oct 2007 20:36 GMT | 5 |
Here is my very simple code: javax.swing.JTree tree; ... DefaultMutableTreeNode root = new DefaultMutableTreeNode("Root");
|
| Error message | 18 Oct 2007 06:21 GMT | 4 |
//Hi, I need some help. //I am having a error message stating "cannot find symbol variable stop" where the arrow is. //Can some one help me with thie.
|