| Thread | Last Post | Replies |
|
| Applet Help | 06 Apr 2004 20:33 GMT | 1 |
I have an applet that I am suppose to write for a java class. However, I am stuck on one function of the applet. I need to keep a running total of charges and display them in the status bar. I would appreciate any help anyone can give. The applet works great as it is currently ...
|
| splitting gui defining files | 06 Apr 2004 19:05 GMT | 3 |
hi all, First of all like to state that am relatively new to java but i have good enough experience with OOP in c++. Am working on a simple board game application and still touching up on
|
| FileWriter exception error | 06 Apr 2004 17:59 GMT | 1 |
Hello, I am fairly new to Java and I am trying to develop a basic program to keep track of time spent programming This code snippet is from a user defined constructor class named
|
| getPropery() from config file | 06 Apr 2004 14:42 GMT | 2 |
I was wondering if someone could help me find out how to get a property out of a config file in a java file. All I have come across is the System.getProperty() but that doesn't seem to be what I am looking for.
|
| eclipse installation | 06 Apr 2004 08:44 GMT | 3 |
Can anyone tell me how to install eclipse ..i downloaded eclipse frm the site www.eclipse.org... but i am unable to find any setup files ....could anyone help me in this issue ....
|
| eclipse and swing | 06 Apr 2004 08:42 GMT | 2 |
i would like to know how to load the libraries for working swing(SWT) in eclipse environment.i tried to do the programming but it is not accepting any of the commands ....can any one tell me why is this problem and how to solve it..
|
| ParseException Error. Please Help!! | 06 Apr 2004 07:33 GMT | 4 |
Hello all! Very new to Java need to complete this assignment for a school project. The code below creates a few books (Title, Author or Authors, Publisher, Number of pages, Publication Date etc.)
|
| poor performance when downloading small file using jrun | 06 Apr 2004 00:20 GMT | 1 |
downloading small file from a jrun server appears to be very slow. no problem when switching to iis or tomcat. does anyone have any ideas of what might be happening here? 1KB file took around 200msec
|
| Cannot resolve symbol ! Why ? | 05 Apr 2004 20:52 GMT | 10 |
import java.io.*; import java.lang.*; public class ConverterTest { public static void main(String[] args) throws IOException {
|
| <%@ page language="java" contentType="text/html" JSP Compilation error | 05 Apr 2004 20:26 GMT | 3 |
I am trying do a shopping cart tutorial and have the following error when compiling my shop products.jsp file. The rest of the code is below the line. Thanks
|
| help: ecosystem simulation, design & syntax | 05 Apr 2004 20:18 GMT | 1 |
source code at: http://http://www.geocities.com/cjavacjava/src/ based on "Java Platform Performance" by Wilson and Kesselman, p194, appendix A.3.2 class "Cats" creates three cats: aCat, Bill (in homage to Bloom
|
| Novice Java Pasters question / conflicts | 05 Apr 2004 17:01 GMT | 3 |
I have been experimenting with several java and javascripts on my website. I was doing pretty good until I notice that the script to display the time had vanished. I tried running this on a fresh web page and it worked. I tried several others and they all worked the same way, ok on ...
|
| Java doesn't work right here? | 05 Apr 2004 15:47 GMT | 5 |
Consider the For loop. For (initialization_expression; loop_condition; increment_expression) { // Statements
|
| operator * cannot be applied | 05 Apr 2004 13:57 GMT | 10 |
Here is a piece of CurrencyConvertor.java //private static final double EXCHANGE_RATE = 0.613; try {
|
| Newbie to Java really needs help | 05 Apr 2004 13:16 GMT | 2 |
Hello all, I am taking my second java class and I am tried everything to get my program to compile correctly and keep getting error messages. The program is supposed to display a GUI mortgage where the user can input a principal amount, an interest rate, and hit the calculate ...
|