| Thread | Last Post | Replies |
|
| <identifier> expected - isn't it there?? Please help! | 30 Apr 2007 22:48 GMT | 3 |
I am getting an <identifier> expected error at line 6 (int HWGRADE1 = "1st Homework Grade",) when I run my program. Can anyone see why? I've been looking at it since 11am...now it's 5pm. Please help. It's the only error showing. Thanks!
|
| please help me | 30 Apr 2007 14:55 GMT | 1 |
Hi , I am mak and i have a great problem with a java application . May i hava your help , please?The program is called INCRTest.java and calls class INCR.java.The main program sums an increment value and puts it into a variable called total.
|
| HTTP/1.1 500 Internal Server Error | 30 Apr 2007 10:11 GMT | 2 |
Hello! So finally I got my servlet working and interacting with my applet via the org.apache.commons.HttpClient package. I got the POST to work and give a response, and then I tried to add the element of the RequestEntity, which I don't QUITE thoroughly understand, but
|
| JSlider with multiple knobbie things | 30 Apr 2007 09:53 GMT | 2 |
Hi folks, two questions.. Q1) Whats my chances of getting several (up to 10) sliders onto the same track with a single JSlider??????
|
| moving on to jslider... | 30 Apr 2007 01:10 GMT | 1 |
... i can put one on the screen but it doesn't do anything [duh] i want it to increase the fonts with every tick??? k
|
| What happens to x | 29 Apr 2007 21:35 GMT | 1 |
what will be the effect of the following code on variable x, and why: class Sup { int x=10; void set(int a) {
|
| Java Application Problem | 29 Apr 2007 18:29 GMT | 1 |
I am trying to write a program called Teaser and it suppose to push the button away when the crusor is ENTERED. The button suppose to move around in the Frame and stay in the frame. My program works but the button does not move around and it hangs in the
|
| exit() method in System class | 29 Apr 2007 18:12 GMT | 2 |
There is a method exit(int) in System class. what is the parameter int refers to?
|
| Definition of a "property" | 29 Apr 2007 08:13 GMT | 5 |
Reading about JSPs and came across a sentence that says "A JavaBean must contain get and set methods for all of the properties that need to be accessed by JSPs. In this example, the methods provide access to all of the instance variables of the class, which represent the
|
| SOS PLEASE FRIENDS OF JAVA | 29 Apr 2007 03:49 GMT | 14 |
Good morning, how are you ?Last night i have been trying for two hours to compile a quite big application in Java and i didn't do anything!Could i have your help ?The application named GDB.java finds the maximum and minimum grade of a class and the average grade and
|
| File | 28 Apr 2007 21:42 GMT | 2 |
import java.io.File; class FileDemo { public static void main(String args[]) { File f1 = new File("/home/ravi/abc");
|
| take a look ... it's basic but it's mine, all mine!!! | 28 Apr 2007 19:32 GMT | 5 |
/** * @(#)theButton.java * *
|
| How to convert a string to an object reference? | 28 Apr 2007 16:26 GMT | 6 |
is there an easy way to convert a string to an object reference of a well-known class? I have already searched the sun-tutorial, but not found any useful hint. Thanks
|
| Video player | 28 Apr 2007 09:46 GMT | 2 |
Is there a java video player...working !? Thanks.
|
| InputStream null using getResourceAsStream | 28 Apr 2007 07:48 GMT | 1 |
I have a text file residing in the following package structure: net.sourceforge.myapp.protocols.test.MyFile.txt I have the following line to load the resource into InputStream: ClassLoader cl = this.getClass().getClassLoader();
|