A Java application to organise boxes on a warehouse pallet using 3D bin packing algorithms. Built using the JavaFX library.
- Start Application
- Enter pallet length and width
- Enter number of boxes
- For each box enter length, width and height
3D graphics created using JavaFX. Starting from the empty pallet, boxes are added one by one. Click next to see the position of the next box.
- Add labels to each placed box
- Add back button