hunterl31 Posted April 3, 2014 Share 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. Link to comment Share on other sites More sharing options...
Novak Posted April 3, 2014 Share Posted April 3, 2014 load an image from a website(imgur, etc) and draw it at the correct coordinates over the chat box Link to comment Share on other sites More sharing options...
Swizzbeat Posted April 3, 2014 Share Posted April 3, 2014 Image image = ImageIO.read(new URL("www.pornhub.com/banner")); 3 Link to comment Share on other sites More sharing options...
Novak Posted April 3, 2014 Share Posted April 3, 2014 Link to comment Share on other sites More sharing options...