Closed Thread
Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: How to clear previous menu in command prompt

  1. #11
    Join Date
    May 2008
    Location
    Hell
    Posts
    3,852
    Blog Entries
    4
    Rep Power
    49

    Re: How to clear previous menu in command prompt

    Quote Originally Posted by BlaineSch View Post
    Wait im dumb... he said Java in one of his posts...

    /me runs away embarrassed

    <.<
    >.>
    I just think you misunderstood

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #12
    Sinipull's Avatar
    Sinipull is offline Programming Expert
    Join Date
    Jun 2009
    Location
    Tallinn, Estonia, Estonia
    Posts
    382
    Rep Power
    13

    Re: How to clear previous menu in command prompt

    So you just want console based UI ? i haven't heard of any "clean" way to achieve such screen cleaning. Why don't you just print out like 100 empty lines between the previous and current menu? I don't think java supports the exact thing you want, because that should be achieved using java's graphical side...

    found someone with similar question and it looks like the answer is simply no..
    Some Simple Console App Questons (Java) - Java
    Last edited by Sinipull; 07-02-2009 at 04:09 PM. Reason: adding link

  4. #13
    Xdawn90 is offline Learning Programmer
    Join Date
    Jul 2009
    Location
    in a fantasy world ...
    Posts
    54
    Rep Power
    0

    Re: How to clear previous menu in command prompt

    If that is the case I think the screen will become a bit messy. Anyway, thanks for the advice.

  5. #14
    Sinipull's Avatar
    Sinipull is offline Programming Expert
    Join Date
    Jun 2009
    Location
    Tallinn, Estonia, Estonia
    Posts
    382
    Rep Power
    13

    Re: How to clear previous menu in command prompt

    Well yeah, but you realize that what you are trying to do, is wrong anyway, don't you?

  6. #15
    Xdawn90 is offline Learning Programmer
    Join Date
    Jul 2009
    Location
    in a fantasy world ...
    Posts
    54
    Rep Power
    0

    Re: How to clear previous menu in command prompt

    Is it ? Can you explain further because I am just starting learning java and this is about my assignment. This is the first time that I am dealing with OOP so very confuse when doing the assignment. ><

    Thanks for the advice.

  7. #16
    Sinipull's Avatar
    Sinipull is offline Programming Expert
    Join Date
    Jun 2009
    Location
    Tallinn, Estonia, Estonia
    Posts
    382
    Rep Power
    13

    Re: How to clear previous menu in command prompt

    Hmm, i see. Well, console isn't right place to make any UI, because the end-user cannot even see it. So don't try to make it look "pretty" or anything, just make it readable... it's the system inside what counts in your assignment, not the UI. GUI comes later, when you already know rest of the java..

    i think it's pretty ok, if your menu doesn't dissappear when the next one appears.

  8. #17
    Xdawn90 is offline Learning Programmer
    Join Date
    Jul 2009
    Location
    in a fantasy world ...
    Posts
    54
    Rep Power
    0

    Re: How to clear previous menu in command prompt

    Thanks for your opinion. Hope I can finish the assignment before the due date. ><

Closed Thread
Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Help with NOT accessing command prompt
    By Cyberinterion in forum General Programming
    Replies: 3
    Last Post: 05-09-2011, 07:17 AM
  2. SSH functionality with windows xp command prompt
    By Jalaska13 in forum Linux/Unix General
    Replies: 3
    Last Post: 11-03-2010, 05:50 AM
  3. Path in command prompt
    By Actor in forum General Programming
    Replies: 2
    Last Post: 06-13-2010, 10:23 PM
  4. Multiple command prompt windows?
    By fpod in forum C# Programming
    Replies: 2
    Last Post: 06-07-2008, 11:28 AM
  5. Command Prompt Program
    By Frantic in forum C# Programming
    Replies: 2
    Last Post: 07-20-2007, 02:54 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts