Package org.freeplane.view.swing.features.filepreview

Examples of org.freeplane.view.swing.features.filepreview.BitmapViewerComponent.repaint()


    viewer.setPreferredSize(size);
    viewer.setSize(size);
    viewer.setLocation(BORDER_WIDTH, BORDER_WIDTH);
    add(viewer);
    viewer.revalidate();
    viewer.repaint();
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.