Newbie, Application Development
I've programmed in java at university a bit, but I want to now be able to develop my own programs that can be used! All they ever teach you at uni is how to output things to the screen, use swing and AWT for example. How do I actually make one of those flashy programs with a proper setup file and a nice looking interface.
Basically, I have a really good idea for a url blocking program that I'd like to produce (peer guardian only different) where do you start with something like that?
As you can see I'm a total newbie to this, so go slow with me. Why don't they ever teach you what you need to know on these courses?
Any information much appreciated, please don't just ignore me.
Daniel
[754 byte] By [
Nibinaear] at [2007-11-19 20:03:37]

# 1 Re: Newbie, Application Development
How do I actually make one of those flashy programs with a proper setup file and a nice looking interface.
1. Proper setup file: You can use free Inno Setup (http://www.jrsoftware.org/isinfo.php) to create setup file.
2. Flashy nice looking interface: If you don't know how to create nice graphics find someone who will do it for you. Look for programs with good interface and study their implementation. Experiment!
so long...
# 2 Re: Newbie, Application Development
EJB , Swing , AWT use them to design your windows, and to add some looking interfaces in flash i think u need to have an third party software to intergate.
eguru at 2007-11-10 3:46:51 >
