Currently, setting a frame icon is made using a global system property : System.setProperty("newt.window.icons", imagePath); It would be nice to have both a global icon but also a frame by frame icon. New methods on GLWindow like : - void setIcon(PixelRectangle icon) - PixelRectangle getIcon()
Created attachment 698 [details] API changes and attempt to implement the Path for the java api and javadoc and base code to set icons in X11, still something is wrong, icon is not replaced.