return to tranceaddict TranceAddict Forums Archive > Main Forums > Chill Out Room

Pages: [1] 2 
Java Project
View this Thread in Original format
mezzir
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)
subtledreamer
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?
Mr Game+Watch
Maybe a Celsius to Farenheit and vice-versa converter? That was one of the first CS projects I've ever done.. :crazy:
UglyDave
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??
Mr. Pink
Anything with a dancing midget should work just fine
igottaknow
HELLO WORLD

:toothless
Cloudburst
Why not make a graphical calculator using Swing? :)
UglyDave
quote:
Originally posted by Cloudburst
Why not make a graphical calculator using Swing? :)


ooh!! somebody's leeter than the rest of us using swing!! :o
Tranceporter99
quote:
Originally posted by igottaknow
HELLO WORLD

:toothless



HAHAHAHAHAHAHAHAHAH, i remeber that when i tired to teach myself C++.
CygnusX
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 :)

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) :rolleyes:
UglyDave
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) :rolleyes:


dude u wanna see the flight bookin system i did in VB last year.. OOH the way i had the seat allocation working..

sexual
CLICK TO RETURN TO TOP OF PAGE
Pages: [1] 2 
Privacy Statement