hunterl31 Posted April 3, 2014 Posted April 3, 2014 I have a script that is almost ready for release, however I can't get it to display an image over the chat box like almost every other script does. I have tried using a JLabel but I still couldn't get it to work. If someone who has experience with displaying images could point me towards a tutorial or briefly describe how to do this i would be very appreciative.
Novak Posted April 3, 2014 Posted April 3, 2014 load an image from a website(imgur, etc) and draw it at the correct coordinates over the chat box
Swizzbeat Posted April 3, 2014 Posted April 3, 2014 Image image = ImageIO.read(new URL("www.pornhub.com/banner")); 3