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

Thread: change Name

  1. #1
    Junior Member
    Join Date
    Nov 2012
    Posts
    26
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default change Name

    Hi
    how can i change my NAME that show here ?
    i mean , how can i change "anis.laghaei" to "xxxx" ????


  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: change Name

    Have you tried the String class's replace() method?
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    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: change Name

    Quote Originally Posted by Norm View Post
    Have you tried the String class's replace() method?
    Sometimes I feel that way too.....

    Quote Originally Posted by anis.laghaei View Post
    Hi
    how can i change my NAME that show here ?
    i mean , how can i change "anis.laghaei" to "xxxx" ????
    I believe your name on this forum is your unique identifier. I am not sure it is possible to change it. I am allowed to change mine but that may be moderator power I am not sure but try this:
    Top right hand corner of the page, click "My Profile"
    Verify your login info.
    On the left side of the screen, to the right of your name, should be a marker or crayon shape icon. It says "Edit profile" in the popup when hovered over. Click that.
    From there you will either be able to edit the name and save changes, or it is not possible to change, in which case you would have to create a new profile, or seek help higher up the chain. (I have not been around here that long myself)

Similar Threads

  1. How to change my code?
    By Henk in forum What's Wrong With My Code?
    Replies: 8
    Last Post: November 22nd, 2012, 03:23 PM
  2. How to change an Imagepath
    By pottsiex5 in forum AWT / Java Swing
    Replies: 3
    Last Post: October 9th, 2011, 05:25 PM
  3. Making change
    By Jerick in forum Algorithms & Recursion
    Replies: 3
    Last Post: October 7th, 2011, 06:49 PM
  4. [SOLVED] Can't get boolean to change!!
    By Day2Day in forum What's Wrong With My Code?
    Replies: 2
    Last Post: November 2nd, 2010, 07:20 PM
  5. Change to JOptionPane
    By Liuric in forum What's Wrong With My Code?
    Replies: 2
    Last Post: October 1st, 2010, 12:07 AM