addWidget(paintWidgets[0] = new PaintWidget(0, 51, 19));
addWidget(paintWidgets[1] = new PaintWidget(1, 104, 19));
addWidget(paintWidgets[2] = new PaintWidget(2, 51, 47));
addWidget(paintWidgets[3] = new PaintWidget(3, 104, 47));
addSlot(new SlotPhantom(filterInv, 0, 25, 21));
addSlot(new SlotPhantom(filterInv, 1, 134, 21));
addSlot(new SlotPhantom(filterInv, 2, 25, 49));
addSlot(new SlotPhantom(filterInv, 3, 134, 49));
for (int l = 0; l < 3; l++) {
for (int k1 = 0; k1 < 9; k1++) {
addSlotToContainer(new Slot(playerInventory, k1 + l * 9 + 9, 8 + k1 * 18, 84 + l * 18));
}