~stephan-pagel/jhelioviewer/jhv-pluginmanager

« back to all changes in this revision

Viewing changes to src/viewmodel/src/org/helioviewer/viewmodel/view/opengl/GLComponentView.java

  • Committer: Andre Dau
  • Date: 2012-03-29 23:34:30 UTC
  • Revision ID: andre.dau@web.de-20120329233430-8uv9fl8etqghjrry
RunĀ formatter

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
    public GLComponentView() {
102
102
        canvas = new GLCanvas(null, null, GLSharedContext.getSharedContext(), null);
103
103
        canvas.setMinimumSize(new Dimension());
104
 
        
 
104
 
105
105
        FPSAnimator animator = new FPSAnimator(canvas, 30);
106
106
        animator.start();
107
107