TranceAddict Forums (www.tranceaddict.com/forums)
- Chill Out Room
-- Java Project
Java Project
i'm taking an intro to java class and i have to do some final project
and i have no ideas at all
anyone got any suggestions? (nothing too complex tho)
public class tranceAddict
{
public static void main(String[]args)
{
int num1=0;
while(num1<=10000000000)
{
System.out.println("http://www.tranceaddict.com/
");
num1++;
}
}
}
just kidding.
actually i have no clue what you should write.
perhaps a phone call/calculate $ needed/specific amount of cents per min?
Maybe a Celsius to Farenheit and vice-versa converter? That was one of the first CS projects I've ever done.. 
try something like a ticket booking system..
they're always pretty simple..
OR: my first year programming assignment:
a card game!! 21 (u get 3 cards.. and have to get as close to 21 as possible)
want the code??
Anything with a dancing midget should work just fine
HELLO WORLD

Why not make a graphical calculator using Swing? 
| quote: |
| Originally posted by Cloudburst Why not make a graphical calculator using Swing? |
| quote: |
| Originally posted by igottaknow HELLO WORLD |
Last trimester, I made a filesharingsystem (client + server) in Java with 3 classmates. Maybe it's a bit too farfetched, but if you want too, I can send you the source. It's a bit buggy tho 
I kinda have a similar problem ahead me. Something else than a "funny game" would be nice.
UglyDave mentioned a ticked booking system: maybe that or that kind of an application would be great. Would get also practise in databases, etc, etc 
(I'm thinking of a cute applet (or something) representing the seats of a theatre, and a user can then select the free seats he/she wants to buy) 
| quote: |
| Originally posted by dhope I kinda have a similar problem ahead me. Something else than a "funny game" would be nice. UglyDave mentioned a ticked booking system: maybe that or that kind of an application would be great. Would get also practise in databases, etc, etc ![]() (I'm thinking of a cute applet (or something) representing the seats of a theatre, and a user can then select the free seats he/she wants to buy) |
import java.awt.Graphics;
public class hello extends java.applet.Applet
{
public void paint(Graphics g)
{
g.drawString("Hello from Java!"), 60, 30 );
}
}
:P
| quote: |
| Originally posted by Tranceporter99 HAHAHAHAHAHAHAHAHAH, i remeber that when i tired to teach myself C++. |
Use flash to make some complex math related eye candy and spend 5 hours on it when you can do it in 50 mins in Flash.
Powered by: vBulletin
Copyright © 2000-2021, Jelsoft Enterprises Ltd.