TranceAddict Forums

TranceAddict Forums (www.tranceaddict.com/forums)
- Chill Out Room
-- Java Project


Posted by mezzir on Feb-23-2004 18:42:

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)


Posted by subtledreamer on Feb-23-2004 18:48:

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?


Posted by Mr Game+Watch on Feb-23-2004 18:51:

Maybe a Celsius to Farenheit and vice-versa converter? That was one of the first CS projects I've ever done..


Posted by UglyDave on Feb-23-2004 18:51:

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??


Posted by Mr. Pink on Feb-23-2004 19:01:

Sneaker Pimp

Anything with a dancing midget should work just fine


Posted by igottaknow on Feb-23-2004 19:09:

HELLO WORLD


Posted by Cloudburst on Feb-23-2004 20:09:

Why not make a graphical calculator using Swing?


Posted by UglyDave on Feb-23-2004 20:46:

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


ooh!! somebody's leeter than the rest of us using swing!!


Posted by Tranceporter99 on Feb-23-2004 20:50:

quote:
Originally posted by igottaknow
HELLO WORLD




HAHAHAHAHAHAHAHAHAH, i remeber that when i tired to teach myself C++.


Posted by CygnusX on Feb-23-2004 21:07:

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


Posted by dhope on Feb-23-2004 21:15:

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)


Posted by UglyDave on Feb-23-2004 21:26:

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)


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

sexual


Posted by Kamikaze Badger on Feb-23-2004 23:01:

Smiley DJ

import java.awt.Graphics;
public class hello extends java.applet.Applet
{
public void paint(Graphics g)
{
g.drawString("Hello from Java!"), 60, 30 );
}
}


:P


Posted by noikeee on Feb-24-2004 00:28:

quote:
Originally posted by Tranceporter99
HAHAHAHAHAHAHAHAHAH, i remeber that when i tired to teach myself C++.


in my class we started with a program titled 'hello world' that printed the message 'this is a c++ program'


Posted by moncster on Feb-24-2004 00:29:

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.