Taskbar icon with lwjgl?
问题 I want to add a taskbar icon for my running lwjgl process on Windows 7. Display.setIcon changes successfully the icon in the topleft of the window, but not in the taskbar. What do to? My code, something like: ArrayList byteBuffers = new ArrayList(); byteBuffers.add( ImageHelper.loadImageAsIconImage("stickmanicon32x32.png") ); byteBuffers.add( ImageHelper.loadImageAsIconImage("stickmanicon16x16.png") ); System.out.println( "taskbaricon result: " + Display.setIcon(byteBuffers.toArray(new