Package se.llbit.chunky.main

Examples of se.llbit.chunky.main.BlockTypeListCellRenderer


      public void actionPerformed(ActionEvent e) {
        JComboBox btb = (JComboBox) e.getSource();
        chunky.highlightBlock((Block) btb.getSelectedItem());
      }
    });
    blockTypeBox.setRenderer(new BlockTypeListCellRenderer());

    GroupLayout layout = new GroupLayout(highlightPanel);
    highlightPanel.setLayout(layout);
    layout.setHorizontalGroup(layout.createSequentialGroup()
      .addContainerGap()
View Full Code Here

TOP

Related Classes of se.llbit.chunky.main.BlockTypeListCellRenderer

Copyright © 2018 www.massapicom. 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.