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 2 of 2

Thread: Wrong with my Code i think. it's not supposed to be like this :(

  1. #1
    Junior Member
    Join Date
    Sep 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Wrong with my Code i think. it's not supposed to be like this :(

    Hi! I watched Ulixava's Minecraft 2D platformer tutorial on youtube and got an Error.
    There is actually no error but I think there's something i missed in the Tutorial.

    Here's my Codes:

    https://dl.dropbox.com/u/23888485/RPG/Block.java
    https://dl.dropbox.com/u/23888485/RPG/Component.java
    https://dl.dropbox.com/u/23888485/RPG/Level.java
    https://dl.dropbox.com/u/23888485/RPG/Tile.java

    And the problem is.. when i Open the application. it looks like this:

    Fel.jpg

    what's wrong with the code?


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Wrong with my Code i think. it's not supposed to be like this :(

    Please explain why you think there is something wrong? What do you want to see when the code executes?
    Please post the code that shows the problem on the forum. Also post the full text of any error messages.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. What is wrong with this code?
    By dannyboi in forum What's Wrong With My Code?
    Replies: 7
    Last Post: July 24th, 2012, 12:31 AM
  2. What is the wrong with this code?
    By Subhasri in forum AWT / Java Swing
    Replies: 1
    Last Post: September 29th, 2011, 08:14 AM
  3. what is wrong with this code???plz help me :(
    By kanikapant in forum What's Wrong With My Code?
    Replies: 2
    Last Post: September 17th, 2011, 06:03 PM
  4. What's Wrong With My Code?
    By arunjib in forum What's Wrong With My Code?
    Replies: 18
    Last Post: May 7th, 2011, 08:47 PM
  5. What is wrong with my code???
    By nine05 in forum What's Wrong With My Code?
    Replies: 4
    Last Post: February 8th, 2011, 09:59 AM