Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • Need help with onpaint


    Buffman

    Recommended Posts

    This is my first time messing with onpaint, everything seems to be in working order but it says that the onpaint method has been deprecated so idk what i must do, thanks in advance 

    query.PNG

    Link to comment
    Share on other sites

    @Override
      public void onPaint(Graphics graphics) {
      Graphics2D g = (Graphics2D)graphics; //Cast Graphics to Graphics2D
    
      g.drawImage(mainPaint, 0, 340, null);
    
    }

    Just use onPaint(Graphics graphics) and cast the graphics object to a Graphics2D object or use the Graphics object if you don't need Graphics2D.

    Link to comment
    Share on other sites

    ah i see , thank you !!!

    9 hours ago, Soldtodie said:
    
    @Override
      public void onPaint(Graphics graphics) {
      Graphics2D g = (Graphics2D)graphics; //Cast Graphics to Graphics2D
    
      g.drawImage(mainPaint, 0, 340, null);
    
    }

    Just use onPaint(Graphics graphics) and cast the graphics object to a Graphics2D object or use the Graphics object if you don't need Graphics2D.

     

    Link to comment
    Share on other sites

    Archived

    This topic is now archived and is closed to further replies.

    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.