Class SurfaceDemoFallback


  • public class SurfaceDemoFallback
    extends Object
    Illustrate how to create charts relying on offscreen image generation, then display this image in a standard swing component. This is usefull to address layout issues. For example one can better mix JOGL and MigLayout on MacOSX which proved to not be able to downsize properly.
    • Constructor Detail

      • SurfaceDemoFallback

        public SurfaceDemoFallback()
    • Method Detail

      • main

        public static void main​(String[] args)