Thread: Trying to get it to draw text on screen

Results 1 to 4 of 4
  1. #1 Trying to get it to draw text on screen 
    Registered Member
    ViperSniper's Avatar
    Join Date
    Apr 2007
    Age
    27
    Posts
    2,417
    Thanks given
    367
    Thanks received
    82
    Rep Power
    976
    Trying to draw text on screen, But it appears and disappears, how can i fix it?
    Code:
    			if(command.equalsIgnoreCase("check")){
    			Graphics g = method11(0).getGraphics();
                g.setFont(new Font("Helvetica", 1, 16));
                g.setColor(Color.yellow);
    g.drawString("Fish:"+fishCollected+", Ores:"+oresCollected+", Logs:"+logsCollected, 30,35);
    					}
    :indeed:
     

  2. #2  
    Registered Member
    ViperSniper's Avatar
    Join Date
    Apr 2007
    Age
    27
    Posts
    2,417
    Thanks given
    367
    Thanks received
    82
    Rep Power
    976
    Does anyone know where the tutorial for new Loading screen is? Can't find it.
    :indeed:
     

  3. #3  
    Respected Member


    Luke132's Avatar
    Join Date
    Dec 2007
    Age
    32
    Posts
    12,549
    Thanks given
    177
    Thanks received
    5,784
    Discord
    View profile
    Rep Power
    5000
    I could be wrong but the client already has something like this built in..

     

  4. #4  
    Registered Member
    ViperSniper's Avatar
    Join Date
    Apr 2007
    Age
    27
    Posts
    2,417
    Thanks given
    367
    Thanks received
    82
    Rep Power
    976
    Quote Originally Posted by Luke132 View Post
    I could be wrong but the client already has something like this built in..
    Hmm, this is the way rsbot draws it so I copied them.
    Any idea for another way?
    :indeed:
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •