| Thread | Last Post | Replies |
|
| sykolovesbeer@hotmail.com | 06 Dec 2004 02:31 GMT | 3 |
public class Vehicle { private String regData; private double vehicleWeight;
|
| java for the .Net developer hence jsp vs servlet | 06 Dec 2004 02:16 GMT | 6 |
Okay, where I am employeed I have the options of programming with Microsoft Technologies and Java specifically J2EE. I have been investigating the task of learning Java for about the last 3 to 4 months. I am a ASP.Net developer fulltime at work with C#. I was new to
|
| Getting A Program To Run In A Window | 05 Dec 2004 19:21 GMT | 4 |
I have written a program that successfully converts centigrade to farenheit. I now would like to run this program in a windowing enviroment.
|
| 2D - Array Problem | 05 Dec 2004 19:03 GMT | 20 |
Hi, I'm trying to write a program where the user enters the deck length on a ferry and the number of vehicle lanes. Vehicles can be of any length, and they start by boarding the ferry on the first lane. When there is no space for a vehicle in the first lane, it has to move to the ...
|
| Help: How to access a method in an object that is stored in a Vector??? | 05 Dec 2004 18:56 GMT | 4 |
Desire: I have a Vector that has a bunch of objects stored inside of it. I want to grab an object from the vector and use methods inside of it. Problem:
|
| Missing Graphics in JComponent or JPanel | 05 Dec 2004 18:39 GMT | 5 |
I face a strange problem, which bugged me already back than with AWT, Swing seems to have the same issue: I extend JPanel and in the constructor I try to calculate its preferred size. This size is related to size of used
|
| Popup menu Question | 05 Dec 2004 12:27 GMT | 2 |
I feel dumb about this but let me throw it out to you all. I am trying to find a right click event in a java applet. Naturally, paying attention to the KeyEvent and KeyListener. I have looked at all of the below imports in this java applet but can not find any reference to a
|
| Accessing a method in an object that is in a vector. (2nd Try) | 05 Dec 2004 01:27 GMT | 2 |
First one never showed up.... What I am trying to do is access a method that is inside of an object that is stored in a vector. I have the objects instantiated and stored in the vector just fine. I am also able to return *Something* from the
|
| a little help please | 04 Dec 2004 22:48 GMT | 6 |
okay, i've got a program for my java class that i'm having a little trouble with. the user input their birthday ( 2 digit mos, 2 digit day, 2 digit year) and there are 3 JButtons, calculate, clear and exit. the clear and exit are fairly simple, but i'm having trouble with the ...
|
| How to maintain image when repainting? | 04 Dec 2004 22:46 GMT | 1 |
I have created the following application (driver not included), all it does is draw a circle based on mouse drag. My question is, how can I change this to save the painted cirlce after a new one is created? Also, how would I go about saving those circles in such a way that the ...
|
| Astronomy intro page - help | 04 Dec 2004 22:11 GMT | 1 |
Can someone please advise me what's wrong with this page? For some reason, half of the time it opens fine and the other half the time it gives me an error message! What is it's problem?! I have been looking through the scripts and I just can't see the issue (not that I know
|
| Need a clever algorithm | 04 Dec 2004 16:14 GMT | 5 |
I'm messing around in Java. Found an interesting prime number generator here (http://members.lycos.co.uk/pholcroft/java/sieve.java) but I'm obsessive about it and the program doesn't space its output properly. So I've started to write extra code into the program to space the ...
|
| [j2ME] need info on Motorola V300/v400/v500 java game develop | 04 Dec 2004 13:26 GMT | 5 |
I'he already develop some games on many different phones but lately i am working with V500 and i need some advice on how to solve memory issues. My midlet working fine on Motorola T720i but on V500 i get almost after 2 minutes of playing game OutOfMemoryException. Ive used
|
| The difference between '0' and "0" | 04 Dec 2004 07:59 GMT | 2 |
What is the difference between the single and double quotation marks? I tried defining something like this char zero = "0"; and it failed, whereas
|
| java servlets in CGI | 04 Dec 2004 05:28 GMT | 3 |
Hi friends, I have to implement a CGI project using Java servlets and use Oracle as a database. But I don't have any idea about which server to use, how to configure it? I have apache , sambar and jswdk server with
|