| |
Rating
Thread /
Thread Starter
|
Last Post  |
Replies |
Views |
|
 |
by admin
The GIDForums™ Team is proud to announce that GIDForums™ is now among one of the very first Webmaster / Programming forums to offer a custom-written Java Syntax Highlighter BBCode (java] bb code) to it's valued members and readers.
Please use the java] and /java] tag pair to enclose any java code...
|
19-May-2007 05:13
by asdfg
|
10 |
4,581 |
|
|
by msafi
Can somebody please help me figure out why the following code compiles but gives an error message when I try to run it. The txt file "home.txt" that I'm trying to read it into array contains the numbers bellow. The first row is the size of the array (dimension) i.e this is a four row four col....
|
10-Mar-2009 13:47
by msafi
|
2 |
276 |
|
 |
by corbymaker
I am trying to get my program to allow the user to enter in a loan amount, then have a combo box for rate and a combo box for years of term. when the user clicks 7 years then the interest rate would be 5.35 and so on like the array states. Any help would be much appreciated.
import java.awt.*; ...
|
|
9 |
254 |
|
|
by bostero22
Hello, I am trying to make a program that computes pay for different workers
first i made a superclass called worker which takes in the name and the salaryrate, then I made two subclasses, one HourlyWorker and other SalariedWorker. My idea was to make one method in HourlyWorker and SalariedWorker...
|
|
1 |
161 |
|
|
by mamz
my requirement is to create java program to monitor a directory and if it has new files i wanna ftp it to another computer. If any one can give me a head start on this, i really aooriciate
Thanks in advance
|
12-Feb-2009 22:19
by mamz
|
0 |
153 |
|
|
by S8G Legend SG
I have to create a CoordinateTranslator object that will translate a given point in screen coordinates to "world coordinates" (and vice versa), the design is based off of this javadoc:
Class CoordinateTranslator
java.lang.Object
extended by edu.moravian.CoordinateTranslator
public class...
|
|
0 |
339 |
|
 |
by fido_dido_do_it
Hey all,
I want to get ssn from the user and search the database for it and then retrieve the first name ad if not found i want to display the text "no one is here" and if found to display his name
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML...
|
|
1 |
142 |
|
|
by bostero22
Hello, I am trying to figure out a way of generating a random number between the range of 15-75 and store it into a variable... I was using...
int n = (int)(10.0 * Math.random()) + 1;
System.out.println(n);
But that will generate a number between 1 through 10.. any ideas?
|
|
2 |
231 |
|
|
by faisaly
Name three types of custom tags?
|
|
0 |
144 |
|
|
by bostero22
hello, I am new to java programming and im trying to do a "do while" loop in this program. However it gives me an error "cannot find symbol" I dont understand what I am doing wrong, because i tried using the variable transactions the same way using just a while loop and it worked just fine. Please...
|
|
3 |
229 |
|
 |
by poleen
What is wrong with my code?
import javax.swing.*;
import java.lang.*;
import java.io.*;
class String
{public static void main(String args)throws IOException
|
|
1 |
226 |
|
|
by ericpaul
Hey pal,
It would be great if you give your suggestions and ideas on Java script Tile base game
engine. You know.. with click to walk (or keyboard), inventory, grab items, talk to people,
exp, levels, etc.
Any Good Ways, any help would be appreciated.
Thanks,
|
|
0 |
158 |
|
|
by newprogrammer
im doing this online stanford engineering class that's using karel the robot to teach programming basics. karel lives in a grid where he can put, and pick up beepers, move, turn left, and turn right. I have to turn a grid of any dimensions into a checker board by placing beepers in a checker board...
|
|
0 |
868 |
|
|
by slogeshwaran
Does someone know how to Print PDF file using JAVA? I would like to print the pdf files while I run the JAVA program! Hope someone can show me the coding example. Thanks!
|
|
3 |
2,065 |
|
|
by Mattb10M
Does anybody know how to display special characters such as pi using java?
|
|
1 |
215 |
|
 |
by poleen
im having hard time studying looping statement in java and also in some different programming language, thats why i am needing some help here creating a program which is a diamond shaped asterisk the output should be like this:
1 *
2 ...
|
07-Jan-2009 10:35
by dlp
|
3 |
2,089 |
|
 |
by Mattb10M
How do you take a compiled java program and turn it into a program that is executable independent from the java editor?
|
|
1 |
326 |
|
|
by shaedowrose
Intention: background Roll 3D4 and display individual rolls and unique sum of digits.
Unique sum of digits as follows:
for 2 of the dice rolled simply - Odd = 3 & Even = 2;
for 3rd D4, the 2 displays as 2 while all three other results display 3; SUM then is total of these three secondary (2 or 3)...
|
|
0 |
302 |
|
|
by mamz
How to extract frames from a 3gp file using Java?
|
16-Dec-2008 01:31
by mamz
|
0 |
233 |
|
|
by ThatDudeDave
I cant get my application to use the first reference in my arrays list. And it throws an exception when I input "10". Two separate but probably connected issues.
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 10
at JavaArray2.main(JavaArray2.java:34)
Below is line...
|
|
4 |
1,427 |
|
|
by fordint
Hi,
I am trying to login to https://alta.registries.gov.ab.ca/SpinII/Logon.aspx. But I couldn't be successfull. This site use https protocol for login page and after login redirect to http protocol page. Can any body help me? Following is the code. I don't know, where am I making mistake. It is...
|
|
0 |
523 |