Hexagonal Buttons

This package provides Windows Look and Feel hexagonal momentary buttons, toggle buttons and a layout manager for hexagonal buttons. Additionally there is a demo class to show some of the features available.

 
Hex Buttons

The Demo Class Showing Hexagonal Buttons

License

This software is released under the GNU GPLv3 license

Download

Download the hexagonal buttons package

Usage

The classes HexButton and HexToggleButton are hexagonal equivilents to JButton and JToggleButton respectively and are used in exactly the same manner.

The class HexLayout is a layout manager that is similar to GridLayout except it generates a hexagonal grid rather than a square grid.

For examples on using these components see the demo class.

 
Back to the Top