What project should i do?
What project should i do?
We script in simba here :P no java scripting
try creating a calculator (with gui).
this will help u get to know awt/swing, and might be fun to make.
also, create your calculator application, then convert it to an applet for the experience.
You could create a simple hello world, that shows up in the debug box?
Anti-Leech Movement Prevent Leeching Spread the word
Insanity 60 Days (Killer workout)
XoL Blog (Workouts/RS/Misc)
umm yes and no. the structure is a little different, but all in all, its really similar. in java (applications) the main command is public static void main(String... args){} thats similar to our begin end. in simba. instead of having a main function, an applet has 4 different functions: init(), start(), stop() destroy().
due to it being hard to explain, i will just say this: once u r done making the application, google around and learn how to make an applet. or even better, send me a copy of the code, and i will convert it + comment out everything that i did.
EDIT: as another idea, one of my first mini projects was creating a notepad clone (both application and applet). it was fun, but not super challenging. you can create a chat program to communication between computers. you can create a mini game, like Minesweeper (my second mini project).
Last edited by x[Warrior]x3500; 01-06-2012 at 09:54 PM.
Make an app that instead of telling you how many items you need for a certain skill level, it tells you it in a time. Like, 1D:16H:43M:23S
Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
{ MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }
When posting a bug, please post debug! Help us, help you!
I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.
SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.
If you go here: http://www.tip.it/runescape/?page=fletching_calc.htm, you will see that it tells you how many logs to fletch from one level to one of your choice.
Make an app that converts the amount of logs needed, into game play time.
Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
{ MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }
When posting a bug, please post debug! Help us, help you!
I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.
SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.
Lol, it would be good practiceIt's not that hard actually.
Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
{ MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }
When posting a bug, please post debug! Help us, help you!
I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.
SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.
Only after being comfortable with console applications would I suggest attempting to write applications with a GUI.
Do the Java Tutorial exercises of course, make sure that those all run correctly. Try looking up some different algorithms that can be implemented and tested in code, some good ideas for this are encryption methods and fractal drawers.
Graphical User Interface.
Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
{ MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }
When posting a bug, please post debug! Help us, help you!
I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.
SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.
I suggest trying to make a rs script in Simba. It is Fun, Easy and very Rewarding!
If you're trying to learn programming, Java is an exellent language to start with. Its easy and powerful for what it is.
I wouldn't start off with GUI's just yet until you get the basics down, if I were you then I would start with basic console input/output. Read a user's input and then output it back at them. Then make a simple calculator that asks for two numbers and then adds them, multiplies them, etc.
Then learn about File IO and exceptions and make a few programs with that.. then go from there.
I would also create an IRC bot after you learn the basics. An IRC bot is simple to make yet you learn alot in the process.
Thenewboston is great for learning the basics.
What I mean by File IO and exceptions is..
File input/output = writing and reading from files
exceptions = exceptions are basically a way of catching and handling errors, they're used ALOT in Java so you should get to know them asap.
I believe thenewboston has a tutorial on file input/output.. but its not until the 70's or somewhere around there. I'm not sure if he explains in depth what an exception is but I would recommend looking here.
http://docs.oracle.com/javase/tutori...al/exceptions/
There are currently 1 users browsing this thread. (0 members and 1 guests)