java Programming Glossary: smoothresize
Understanding which constructor is chosen and why http://stackoverflow.com/questions/6383632/understanding-which-constructor-is-chosen-and-why
AWT custom rendering - capture smooth resizes and eliminate resize flicker http://stackoverflow.com/questions/6824756/awt-custom-rendering-capture-smooth-resizes-and-eliminate-resize-flicker import java.awt.image.BufferStrategy public class SmoothResize extends Frame implements ComponentListener MouseMotionListener.. implements ComponentListener MouseMotionListener public SmoothResize addComponentListener this addMouseMotionListener this private.. true System.setProperty sun.awt.noerasebackground true SmoothResize srtest new SmoothResize srtest.setIgnoreRepaint true srtest.setSize..
|