| Thread | Last Post | Replies |
|
| applet trouble here | 09 Nov 2004 04:52 GMT | 1 |
Just wondering why this won't work properly..... HTML file: <HTML> <applet code = Test.class width = 200 height = 200>
|
| setting up a servlet on unix/tomcat.. | 08 Nov 2004 21:12 GMT | 21 |
let's see if I can get help here for this problem, b/c I'm going a bit nuts here.. I signed up w/a new webhosting about two weeks ago and still can't run a servlet on their system.. they don't 'provide support' for web
|
| default index.jsp on tomcat 5.0.28 | 08 Nov 2004 10:24 GMT | 1 |
dear people, doing my first steps with tomcat. following problem: i changed the default 'index.jsp' in the webapps/ROOT-directory, but the
|
| How to create a new process without excuting a program? | 08 Nov 2004 05:04 GMT | 5 |
I want to create a child process but just copy the resources from the parent process instead of excuting an outer program. Like the function of fork() in unix/linux. Can Java do this?
|
| Linux start script for java programs | 08 Nov 2004 04:22 GMT | 1 |
I would like to run a server program written in java as a service, when the system starts up. I'm using debian/woody and I'm familar witht he runnlevel concepts of linux ie. where to put start scripts and when and how they get
|
| Array Help | 08 Nov 2004 02:34 GMT | 8 |
OK, so I've got three classes; Module, ModuleRecord and Student. When the user runs Module it takes values for code, title, sem1, sem2 and courseworkWeight creating a Module instance. When the user runs ModuleRecord, he/she can add this instance of Module and enter values for
|
| How do you check an array for a particular value? | 07 Nov 2004 22:58 GMT | 26 |
The addModule method of the student class can be used to add objects produced through the Module class containing semester1 and semester2. I need to write the checkModuleSelection method of the Student class so that it returns true if the semester1 and semester2 values of the array ...
|
| rewriting a program using set and get | 06 Nov 2004 22:01 GMT | 2 |
Hi, i have this assignment here where i have to rewrite this program using set and get. The program im rewriting is pretty simple, uses input using java.io.* for the prompt to ask for name, a char course code, and a test score. My problem is i dont know how to use set and get with ...
|
| 2+ instances of two classes (threaded) accessing same variable | 06 Nov 2004 21:51 GMT | 2 |
I'm kinda new to Java, did some last year and have forgotten it all, but am experienced enough with C++. I have a problem here that I would imagine is solved very easily. I have a class that contains a main function:
|
| Font in JOptionPane dialog | 06 Nov 2004 21:15 GMT | 8 |
I'm working on a project that presents results in a JOptionPane dialog box. While it is acceptable for the results to be displayed in staggered columns (due to proportional font spacing), it bothers me. I've given up trying to programmatically count the number of spaces in each ...
|
| Setting up the Java 2 SDK 1.5.0 kit | 06 Nov 2004 18:31 GMT | 8 |
Sorry to bug you guys with a "simple question". But I'm stuck!. I'm trying to learn Java. I'm stuck at the setup phase. I've downloaded the developers kit.
|
| Dialog Window erases background panel contents | 06 Nov 2004 17:32 GMT | 2 |
Hi to everyone, i'm developing a java applet which draws a directed graph.I draw some nodes(fillOval) and arcs(drawline) in the draw area which is a subclassed panel.When the users clicks on the button NEW GRAPH a dilog window pops up
|
| Java.IO Relative path problem | 06 Nov 2004 13:59 GMT | 14 |
Hi to everyone, the class below reads a text file and returns its content as String.It then appends the String to a TextArea. I 'm using JCreator as testing platform and my applet works fine(i can see
|
| Total newbie array problem | 06 Nov 2004 09:25 GMT | 6 |
Basically, I need an idea of how I can use the addModule method to add the user's input into the module class into an array and how I can use the removeModule method to remove it from the array. public class Student
|
| Java help terribly needed, due by 12:00am tonight | 06 Nov 2004 05:31 GMT | 2 |
Ok here is my dilema, in this program called Ramblecs4 (from a txt book: Java Methods)There are two cubes and two panels, one white the other yellow, whn the go button is pushed and cube will fall from one of the panels. When the cube falls it fall until it hits the bottom and stops ...
|