Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 10 of 10

Thread: Tutorial requests

  1. #1
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Tutorial requests

    Hello everyone,

    Is there anyone who might be able to think of a tutorial that you would like to see. I'm thinking of possibly taking on some tutorial requests and writing some subject to my knowledge of that particular area of course.

    So if you have any requests and not just how do you print hello world to the system console, feel free to request one and I will see what I can do. Maybe some other people here might be interested in helping out as well if we get a lot of requests.

    // Json


  2. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Tutorial requests

    Hello Json,

    Seeing as you love gaming and game programming. It would really be great if you could write some simple game programming tutorials? Maybe cover the basics for people who wish to start programming games but don't have the first clue where to start.. Kind of like me

    I could create a new section here just for these game programming tutorials. Maybe even have a showcase of members games? Just a thought!
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  3. #3
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: Tutorial requests

    Good idea, I might whip up a little tutorial about that later on.

    // Json

  4. #4
    Senile Half-Wit Freaky Chris's Avatar
    Join Date
    Mar 2009
    Posts
    834
    My Mood
    Cynical
    Thanks
    7
    Thanked 105 Times in 90 Posts

    Default Re: Tutorial requests

    Sounds great, I'd love to get started with that too. I''ve done bit here and there in DirectX and C++ lol but not Java, so should be good. Plus I can then start turning out tutorials to help

    Chris

  5. #5
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: Tutorial requests

    Some tutorials on how awt/swing applications work would be nice... Java's tutorials for these are kind of confusing for beginners

  6. #6
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: Tutorial requests

    I could use an awt/swing tutorial myself to be honest, hehe ;D

    // Json

  7. #7
    Senile Half-Wit Freaky Chris's Avatar
    Join Date
    Mar 2009
    Posts
    834
    My Mood
    Cynical
    Thanks
    7
    Thanked 105 Times in 90 Posts

    Default Re: Tutorial requests

    Agreed with the idea that Java's AWT/Swing tutorials are bad for beginners.

    Chris

  8. #8
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Tutorial requests

    Quote Originally Posted by Freaky Chris View Post
    Agreed with the idea that Java's AWT/Swing tutorials are bad for beginners.

    Chris
    This again.

    I'd like some decent Swing tutorials. Maybe i'll set up a sub forum in the Tips & Tutorials section and we can make indepth tutorials with pictures etc.. Try to make it a valuable resource.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  9. #9
    Senile Half-Wit Freaky Chris's Avatar
    Join Date
    Mar 2009
    Posts
    834
    My Mood
    Cynical
    Thanks
    7
    Thanked 105 Times in 90 Posts

    Default Re: Tutorial requests

    Ye we should try to get something like that going. I'd get reading Java docs to learn Swing lol! Then I can translate it into something that is easy to understand Since I don't actually know AWT/Swing very well which is why I can't get playing with Java2D and Java3D

    Chris

  10. #10
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: Tutorial requests

    multi-threading would be nice... especially in applets

Similar Threads

  1. Store data in database using JSP
    By abhi4jdk in forum Java Servlet
    Replies: 1
    Last Post: May 18th, 2009, 04:42 AM
  2. “Getting started with RMI” tutorial for beginners
    By danielstoner in forum Java Programming Tutorials
    Replies: 0
    Last Post: October 7th, 2008, 11:18 PM