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

Thread: Problem

  1. #1
    Junior Member
    Join Date
    May 2013
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Arrow Problem

    I ' ve got into trouble about making a menu in program of java


  2. #2
    Super Moderator pbrockway2's Avatar
    Join Date
    Jan 2012
    Posts
    987
    Thanks
    6
    Thanked 206 Times in 182 Posts

    Default Re: Problem

    Hi young216, welcome to the forums!

    You'll find you get the best help if you take care to post in the right forum. I'll move this to "What's wrong with my code" for want of a better place. Even though your program might have something to do with files and i/o your current difficulty does not.

    Secondly it would be a very good idea if you said what sort of menu you are talking about. Is yours a console (command line) program or a graphical user interface one (with the menu in a bar along the top)? Also say what you've tried: code, especially, would be good. It doesn't matter whether your code works or not (we all assume it does not), but it helps everyone see where you are coming from.

  3. #3
    Junior Member
    Join Date
    May 2013
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Problem

    okay thank you, but can you help me for my assigment

    --- Update ---

    please, I really don't understand about java programming
    please

  4. #4
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: Problem

    Quote Originally Posted by young216 View Post
    I ' ve got into trouble about making a menu
    Quote Originally Posted by young216 View Post
    please, I really don't understand about java programming
    please
    You didn't leave us much to go on. It is like me asking you, "What is wrong with my program?". You can't see my code. You have no idea what it is supposed to do. No way to see what it currently does or if it even compiles.
    Exactly what is it you expect to get from what you posted?

Similar Threads

  1. Replies: 3
    Last Post: January 5th, 2012, 01:44 AM
  2. [SOLVED] [Problem] imports javax.swing problem
    By Brollie in forum AWT / Java Swing
    Replies: 8
    Last Post: July 5th, 2009, 07:59 AM
  3. Java program for 2-D Array Maze
    By Peetah05 in forum Collections and Generics
    Replies: 11
    Last Post: May 8th, 2009, 04:30 AM