Examples of CameraPreset


Examples of se.llbit.chunky.renderer.scene.CameraPreset

      public Component getListCellRendererComponent(JList list, Object value,
          int index, boolean isSelected, boolean cellHasFocus) {
        JLabel label = (JLabel) super.getListCellRendererComponent(
            list, value, index, isSelected, cellHasFocus);
        label.setPreferredSize(new Dimension(presetWidth, presetHeight));
        CameraPreset preset = (CameraPreset) value;
        label.setIcon(preset.getIcon());
        return label;
      }
    });
    cameraPreset.addActionListener(cameraPresetListener);
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.