Author |
Message |
CodeMonkey2000
|
Posted: Sat Jul 19, 2008 3:50 pm Post subject: Re: RE:Request a Tutorial |
|
|
blackhawk_prince @ Sat Jul 19, 2008 7:13 am wrote: Could someone post a good dynamic programing tutorial plz.
DP is is computer science topic, nothing much to do with learning to program in Java. We already have a tutorial in general programming here. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
S_Grimm
|
Posted: Wed Oct 15, 2008 2:45 pm Post subject: RE:Request a Tutorial |
|
|
Can someone post a easy to understand tutorial on variable I\O? such as int, double, string, etc....? |
|
|
|
|
|
wtd
|
Posted: Wed Oct 15, 2008 9:27 pm Post subject: RE:Request a Tutorial |
|
|
Think abstractly. If you can read in a string, and you can convert a string to an int or double, well then... |
|
|
|
|
|
S_Grimm
|
Posted: Sat Oct 25, 2008 7:26 am Post subject: Re: Request a Tutorial |
|
|
I just tried looking through the tutorials and can't find one on if anyone can point me in the direction of a decent tutorial on threads, it would be much appreciated. |
|
|
|
|
|
btiffin
|
|
|
|
|
Bo0sT
|
Posted: Tue Mar 31, 2009 7:46 pm Post subject: Re: Request a Tutorial |
|
|
I would like a java tutorial on JLists and JTables, how add data to them, remove data from them and return data from them to your program. Also how to know when the user has clicked on a diffrent item in the list or table. I've tried teaching it to myself but ListDataListener and other things are giving me compile errors saying that it can't find them, I have swing and awt.event imported too.
If anyone knows, please post a tutorial |
|
|
|
|
|
DemonWasp
|
|
|
|
|
Bo0sT
|
Posted: Sat Apr 25, 2009 12:22 pm Post subject: Interface Tutorial |
|
|
I'v been looking for a tutorial that will take me through creating interfaces A to Z, if anyone knows were i can find some please tell me |
|
|
|
|
|
Sponsor Sponsor
|
|
|
wtd
|
Posted: Sat Apr 25, 2009 12:29 pm Post subject: RE:Request a Tutorial |
|
|
Interfaces in the OOP sense, or in the "I can click this on the screen" sense?
For the latter, I doubt you'll find it. Graphical User Interfaces are big and complex and have many possibilities. Tutorials on that subject will teach you to go from A to B and B to C, but they will assume that if you can do that, you know how to go from A to C. |
|
|
|
|
|
Nai
|
Posted: Tue Aug 17, 2010 7:29 pm Post subject: RE:Request a Tutorial |
|
|
What about a tutorial on how to make a basic game? I've already looked at the introduction to Java, which helped A LOT, but I'm still not really sure how all that could create a game.
I think I found something similar in the Turing section when I was programming in Turing, so I'd like to see one here just to get me started. |
|
|
|
|
|
TerranceN
|
Posted: Tue Aug 17, 2010 9:17 pm Post subject: RE:Request a Tutorial |
|
|
Sure, I will try to write one up tonight, if not then tomorrow. |
|
|
|
|
|
Nai
|
Posted: Tue Aug 17, 2010 9:21 pm Post subject: RE:Request a Tutorial |
|
|
Cool, thanks. I look forward to reading it |
|
|
|
|
|
Krocker
|
Posted: Mon Dec 19, 2011 1:12 pm Post subject: RE:Request a Tutorial |
|
|
hey can some one show me to a tutorial on creating buttons and check boxes? |
|
|
|
|
|
zuzoka
|
Posted: Tue Apr 22, 2014 6:23 am Post subject: RE:Request a Tutorial |
|
|
Could somebody make a tutorial about how to code a simple game simulating darts? |
|
|
|
|
|
Insectoid
|
Posted: Tue Apr 22, 2014 10:50 am Post subject: RE:Request a Tutorial |
|
|
There are plenty of tutorials about animations, mouse controls and simple games. Put the pieces together. Making a tutorial about a very specific game is nothing more than doing your homework for you. |
|
|
|
|
|
|