windows vista - java graphics are displayed incorrectly when I mouse over them

07
2014-07
  • Jeff

    I've been having a problem on my laptop running Vista Home Premium. Whenever I run a java program, such as Acrobat, Skype, or applets in a browser, and I move the mouse pointer over its window, the width of the graph port is compressed, which makes it look really ugly, but even more frustrating is that things like buttons are no longer in their proper location and I have to guess as to where they really are in order to click on them. How do I fix this?

  • Answers
    Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

    Related Question

    Get visual graph of heap memory usage in Java over a span of time
  • Jeune

    I am currently using Visual VM to monitor the heap memory usage of my Java application. However I would like to somehow see the heap memory usage over a span of time and not just get a snapshot. Is there a way to do this using Visual VM? If yes, how? If not, what tool can I used to do this?


  • Related Answers
  • madmaze

    If you are using linux try http://nmon.sourceforge.net/pmwiki.php

    if windows use RUN->perfmon

  • Zeki

    Have you tried visualgc which comes with jvmstat?

    http://java.sun.com/performance/jvmstat/

    If you are willing to pay, YourKit (yourkit.com) has a pretty good java profiler.