not sure if possible because everywhere see question being asked, answer involves using swing. when extending frame? possible add images gui?
if don't use swing use awt (on top of head 15 years memory):
frame frame=new frame("your image"); bufferedimage img = imageio.read(new file("you.jpg")); frame.add(img);