Jump to content

How do I make my paint show up?


Russian_Savage

Recommended Posts

So I had something more complicated made up, but nothing was showing up so I made this real quick just to check and it doesn't show up when I start the script... What am I doing wrong?

public void onPaint(Graphics g1) {
    	
        Graphics2D g = (Graphics2D)g1;
        
        g.drawString("GP/HR:", 364, 376);
        g.setColor(Color.WHITE);
        g.setFont(new Font("Ariel", Font.PLAIN,14));
        g.drawString("Gold made: ", 25, 50);
    }

 

Edited by Russian_Savage
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...