GIDForums  

Go Back   GIDForums > Computer Programming Forums
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Post New Thread
Threads in Forum : Java Forum Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order Replies Views
Exclamation
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 Go to last post
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 Go to last post
2 276
Question
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.*; ...
01-Mar-2009 19:22
by TurboPT Go to last post
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...
19-Feb-2009 11:01
by bostero22 Go to last post
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 Go to last post
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...
12-Feb-2009 07:21
by S8G Legend SG Go to last post
0 339
Post
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...
10-Feb-2009 20:39
by TurboPT Go to last post
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?
02-Feb-2009 15:32
by bostero22 Go to last post
2 231
 
by faisaly
Name three types of custom tags?
28-Jan-2009 05:40
by faisaly Go to last post
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...
23-Jan-2009 15:26
by blakekl Go to last post
3 229
Unhappy
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
23-Jan-2009 08:15
by ajbharani Go to last post
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,
22-Jan-2009 00:15
by ericpaul Go to last post
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...
13-Jan-2009 23:37
by newprogrammer Go to last post
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!
13-Jan-2009 08:39
by zetucu Go to last post
3 2,065
 
by Mattb10M
Does anybody know how to display special characters such as pi using java?
10-Jan-2009 20:46
by TurboPT Go to last post
1 215
Unhappy
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 Go to last post
3 2,089
Question
by Mattb10M
How do you take a compiled java program and turn it into a program that is executable independent from the java editor?
01-Jan-2009 18:16
by TurboPT Go to last post
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)...
24-Dec-2008 12:21
by shaedowrose Go to last post
0 302
 
by mamz
How to extract frames from a 3gp file using Java?
16-Dec-2008 01:31
by mamz Go to last post
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...
12-Dec-2008 21:24
by TurboPT Go to last post
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...
11-Dec-2008 15:13
by fordint Go to last post
0 523
Post New Thread

Recent GIDBlogProgramming ebook direct download available by crystalattice

Display Options Moderators
Showing threads 41 to 60 of 413 Moderators : 1
Sorted By Sort Order
From The
LuciWiz  
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 18:41.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.