Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 17 of 17
Search took 0.01 seconds.
Search: Posts Made By: Childe Roland
Forum: Java May 27th, 2005, 4:51 PM
Replies: 4
Views: 347
Posted By Childe Roland
thats freaky to watch!

thats freaky to watch!
Forum: Java May 17th, 2005, 4:42 PM
Replies: 3
Views: 409
Posted By Childe Roland
your welcome

your welcome
Forum: Java May 14th, 2005, 11:03 AM
Replies: 17
Views: 475
Posted By Childe Roland
Thanks

Thanks
Forum: Java May 14th, 2005, 11:01 AM
Replies: 3
Views: 409
Posted By Childe Roland
http://www-128.ibm.com/developerworks/java/jdk/64b...

http://www-128.ibm.com/developerworks/java/jdk/64bitporting/64BitJavaPortingGuide.pdf

this might help you
Forum: Java May 14th, 2005, 10:52 AM
Replies: 41
Views: 1,006
Posted By Childe Roland
where you able to figure it out and hand it in on...

where you able to figure it out and hand it in on time?
Forum: Java May 14th, 2005, 10:51 AM
Replies: 17
Views: 475
Posted By Childe Roland
is there a method that lets you find the square...

is there a method that lets you find the square root of a number?
Forum: Java Apr 23rd, 2005, 1:20 PM
Replies: 26
Views: 778
Posted By Childe Roland
You know I am taking a java class at my...

You know I am taking a java class at my university, and i have never need to ask for someone to do my homework. It really just amazes me how lazy some people are.
Forum: Java Apr 8th, 2005, 12:23 PM
Replies: 7
Views: 296
Posted By Childe Roland
Cool you could do it the way you are doing but it...

you could do it the way you are doing but it could take a while to actually get a number that is less then 10 sometimes. it maybe better to change this part

(int)(Math.random () * 8) + 4;

the way...
Forum: Java Apr 7th, 2005, 6:54 PM
Replies: 2
Views: 140
Posted By Childe Roland
what it looks like to me is that it is asking for...

what it looks like to me is that it is asking for the return type try putting void in between public and GraphicalCanvas and see if that helps.
Forum: Java Apr 7th, 2005, 6:47 PM
Replies: 7
Views: 257
Posted By Childe Roland
To the best of my knowledge and i'm not positive,...

To the best of my knowledge and i'm not positive, they are microsofts twisted vesion of java
Forum: Java Apr 6th, 2005, 4:32 PM
Replies: 7
Views: 296
Posted By Childe Roland
your code but there a few changes you should make...

your code but there a few changes you should make to it.
the way it is set up it the highes number it will generate it a 9.
also you really don't need all those seperate for ( ;;; ) statements and...
Forum: Java Apr 4th, 2005, 3:23 PM
Replies: 6
Views: 529
Posted By Childe Roland
i think i would of attempted it using nested for...

i think i would of attempted it using nested for loops but I would like to see how someone else would do it if anybody would like to post the code for it
Forum: Java Apr 3rd, 2005, 6:56 AM
Replies: 15
Views: 419
Posted By Childe Roland
i think what you should do is get a piece of...

i think what you should do is get a piece of paper and write out the logic of your program and see what it is that you have x doing.

I'm not really sure if you want it to do what it is doing and...
Forum: Java Apr 2nd, 2005, 10:30 AM
Replies: 15
Views: 419
Posted By Childe Roland
something like this should work: Random value =...

something like this should work:


Random value = new Random();
value = Math.abs(value.nextInt % 10 + 1);
Forum: Java Apr 2nd, 2005, 10:02 AM
Replies: 6
Views: 300
Posted By Childe Roland
flush(); forces the output to show up on the...

flush();
forces the output to show up on the screen
Forum: Java Apr 1st, 2005, 2:44 PM
Replies: 4
Views: 266
Posted By Childe Roland
yes, they are free. you can download them...

yes, they are free.
you can download them here
http://www.eclipse.org/downloads/index.php
Forum: Java Apr 1st, 2005, 2:36 PM
Replies: 6
Views: 300
Posted By Childe Roland
try this import java.io.*; class...

try this

import java.io.*;

class Array
{
static BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
static PrintWriter out = new PrintWriter(System.out,true);
public...
Showing results 1 to 17 of 17

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 1:23 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC