java Programming Glossary: jscrollnavigator
Drawing a Component to BufferedImage causes display corruption http://stackoverflow.com/questions/11739989/drawing-a-component-to-bufferedimage-causes-display-corruption to BufferedImage causes display corruption I am using the JScrollNavigator component described here in order to provide a navigation window.. embedded within a JScrollPane . I have tried to adapt the JScrollNavigator to draw a thumbnail image of the canvas to provide some additional.. comment this line out everything works fine. Below is the JScrollNavigator 's overridden paintComponent method @Override protected void..
|