Set Label in Java to Image-Format Issue
问题 I am trying to set the label in a java program to an image. It seems, however, that it does not work for .bmp images I am looking for a converter which will allow me to convert an image from a .bmp to a .jpg with the same file name. This converter needs to be controlled by the java program, which has the name and location of the image that needs to be converted. Any help would be greatly appreciated as I have spent hours on this :P Thanks *Edit: The program needs to be able to be packaged