lwjgl custom icon
- by melchor629
I have a little problem with the icon in lwjgl, it doesn't work. I google about it, but i haven't found anything that works for me yet. This is my code for now:
PNGDecoder imageDecoder = new PNGDecoder(new FileInputStream("res/images/Icon.png"));
ByteBuffer imageData = BufferUtils.createByteBuffer(4 * imageDecoder.getWidth() *…