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

Thread: netbeans crazy scrolling behaviour

  1. #1
    Member
    Join Date
    Aug 2013
    Posts
    37
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default netbeans crazy scrolling behaviour

    netbeans automatic scrolling is just driving me crazy, as fast as i start writing, horizontal scrollbar position just resets, i cannot handle it anymore, how to disable it?


  2. #2
    Junior Member Robertgif's Avatar
    Join Date
    Feb 2013
    Posts
    19
    My Mood
    Amazed
    Thanks
    6
    Thanked 1 Time in 1 Post

    Default Re: netbeans crazy scrolling behaviour

    Hi,
    You're problem might be fixed with this: But I'm not sure what your describing.
    with NetBeans 7.0, this is the "Line Wrap" option.
    Go to "Options" / "Editor" / "Formatting", and set "Line Wrap" to "Anywhere" or "After words".
    "You should not let technology (or method) drive your design, but make your design drive the technology".

    Always learning!

  3. #3
    Member
    Join Date
    Aug 2013
    Posts
    37
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: netbeans crazy scrolling behaviour

    I dont need line wrapping, i need to disable autoscrolling.

  4. #4
    Junior Member Robertgif's Avatar
    Join Date
    Feb 2013
    Posts
    19
    My Mood
    Amazed
    Thanks
    6
    Thanked 1 Time in 1 Post

    Default Re: netbeans crazy scrolling behaviour

    Can you try and describe you're problem with a few more details?
    "You should not let technology (or method) drive your design, but make your design drive the technology".

    Always learning!

  5. #5
    Member
    Join Date
    Aug 2013
    Posts
    37
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: netbeans crazy scrolling behaviour

    http://s8.postimg.org/3vpwyclit/new.png
    I scroll to position nr 1, to see my code, and when i start writing in the middle of screen, scrollhell just scrolls back to position number 2 automatically...

  6. #6
    Junior Member Robertgif's Avatar
    Join Date
    Feb 2013
    Posts
    19
    My Mood
    Amazed
    Thanks
    6
    Thanked 1 Time in 1 Post

    Default Re: netbeans crazy scrolling behaviour

    When you start typing in the middle of your screen is it on a new line of code right underneath or above? Or is it in the same line of code that you have to scroll over and see?
    "You should not let technology (or method) drive your design, but make your design drive the technology".

    Always learning!

  7. #7
    Member
    Join Date
    Aug 2013
    Posts
    37
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: netbeans crazy scrolling behaviour

    It is in the middle of the same line.

  8. #8
    Junior Member
    Join Date
    Jan 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: netbeans crazy scrolling behaviour

    I have the same VERY annoying problem:
    When typing something (the line needs to be wider than the screen - no wrapping), NetBeans keeps "jumping" the horizontal scroll to the left.

    I put a video on YouTube showing the problem: NetBeans Horizontal scroll problem - YouTube

Similar Threads

  1. Funny Behaviour
    By lanmonster in forum What's Wrong With My Code?
    Replies: 1
    Last Post: January 28th, 2013, 05:04 AM
  2. Simple CashRegister program behaviour issue [Basic]
    By Moa in forum Java Theory & Questions
    Replies: 6
    Last Post: June 19th, 2012, 03:49 PM
  3. Quicksort algorithm displaying strange behaviour
    By Mathew.Williams in forum What's Wrong With My Code?
    Replies: 0
    Last Post: April 19th, 2011, 12:56 PM
  4. Clipping while scrolling
    By copeg in forum AWT / Java Swing
    Replies: 0
    Last Post: May 24th, 2010, 09:37 PM
  5. Swing incorrect behaviour from JRE5 to JRE6
    By singhkanhaiya in forum AWT / Java Swing
    Replies: 1
    Last Post: August 25th, 2009, 01:23 AM