| Thread | Last Post | Replies |
|
| images, upload, stream | 23 Nov 2004 13:05 GMT | 1 |
i use the FileUpload package from Jakarta to upload file some files could be images, and in this case, i must resize these i must use J1.3, so i create an Image object (from awt), i can have width, and heigth, and i can make a scale operation
|
| Java help website | 23 Nov 2004 09:37 GMT | 3 |
I am very new for Java programming, and I am looking for some Java help website with a lot of examples and explan, anyone can help
|
| On classes and subclasses? | 23 Nov 2004 08:50 GMT | 4 |
I have a question on the correct modelling of classes and subclasses, and I cannot figure out whether I'm trying to do things the non-Java way, hit a limitation of Java, or just trying to do things wrong. Suppose I want to model animals, and it's possible to figure out the
|
| Is this how to work with arrays? | 23 Nov 2004 08:14 GMT | 9 |
I want to create an array of objects, and from what I have read in the reply to my previous post, this is how I must manipulate the array? Is my understanding correct? <sscce> (perhaps not so short)
|
| awt dialog | 22 Nov 2004 23:55 GMT | 4 |
Hello to everyone, what i want to do, is to add a modal dialog inside a panel and then adding the panel inside a cardlayout panel. How this could be done?
|
| newbie | 22 Nov 2004 22:36 GMT | 7 |
i want to write a program that reads an integer between 0 and 1000 and summarizes all the digits in the integer. For example, if an integer is 932, the sum of all the digita is 14. Does anyone knows how to do this?
|
| Read contents of a web page | 22 Nov 2004 18:11 GMT | 3 |
I need to read the entire contents of any webpage, and return it as a String. The other part of my assignment was to read a file and return its contents. I did that with the following code: private String filename;
|
| determine if char between A and M | 22 Nov 2004 17:03 GMT | 5 |
I need to check if a char value is between A and M. I have tried if (chArray[4] <'A' && chArray[4] >'M') System.out.println ("not between A and M"); but I can not get the message to print. it seams to accept all valuese in Char.
|
| HELP: Won't Compile: Recursion to check Palindrome | 22 Nov 2004 15:56 GMT | 10 |
Gents, I have a problem with a class I wrote. It will not compile. The error is saying that I need a class or interface expected or something to that nature. I have never seen this error before and have no idea why
|
| XML String into a DOM object? | 22 Nov 2004 14:11 GMT | 1 |
A newbie question: how do I transform an XML string into a DOM document object? I see that the various Xerces builder classes have 'parse' methods for files and streams, but I can't see anything that has the source as a String value.
|
| applet gets parameter via URL | 22 Nov 2004 13:25 GMT | 1 |
hey all, This is a bit more an html question as java... I have an applet and it uses 2 parameters, thats working fine. the first parameter = "field" the other "value"
|
| Using Java in commercial products. Do I have to pay Sun for that? | 22 Nov 2004 07:47 GMT | 6 |
Do I have to pay any fees to Sun if I write in a commercial application in Java and sell start selling it? I've read the license agreement for JRE but I'm still not sure (i'm not a lawyer).
|
| Could you write this sound applet? | 22 Nov 2004 06:47 GMT | 9 |
As a start, consider this simple QBASIC program that generates random frequencies: 10 frequency = 40 + 400 * RND 20 SOUND frequency, 7
|
| Need help with searching an array | 22 Nov 2004 06:21 GMT | 1 |
OK I have been working non-stop for the last 8 or 9 hours trying to figure out this program and I am now beginning to get crosseyed and nothing I am doing is working. The program I am writing basically reads in a file with the format: Name Ranking into 2 different arrays,which I ...
|
| JAVA On PalmPilot? | 22 Nov 2004 01:21 GMT | 4 |
I want to implement a porgram on a PalmPilot device. The program should enable the user to draw on the screen using the stylus (It will perform some operations on the drawn cruve). The program should also be writen in JAVA (Maybe J2ME).
|