Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8995565
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T23:38:13+00:00 2026-06-15T23:38:13+00:00

What i would like to do is draw a rectangle and put some dynamic

  • 0

What i would like to do is draw a rectangle and put some dynamic text inside,this is possible?

I guess isnt,but there are any way to resolve this??

Anyway im drawing the rectangle using this example here..
rectangle -example

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T23:38:14+00:00Added an answer on June 15, 2026 at 11:38 pm

    The example you are giving is rather static. You could also go for a more dynamic approach where you override the onDraw method of a View:

    public class MyView extends View {
        @Override
        protected void onDraw(Canvas canvas) {
            super.onDraw(canvas);
            Paint p = new Paint();
            p.setColor(Color.BLACK);
            canvas.drawRect(10, 10, 10, 10, p);
            p.setColor(Color.WHITE);
            canvas.drawText("Ohai!", 0, 5, 20, 20, p);
        }
    }
    

    You just then put this View on your panel where you want it. There are of course even more methods to use for this, just have a look at the Canvas class

    Or you could of course just some kind of TextView you can customize (add some borders etc).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to draw some lines (actually a sine wave) inside a gtk+
Possible Duplicate: Draw Circle using css alone I would like to know if there
I would like to draw text on a canvas using the Canvas.drawText call for
I would like to draw some shapes on a JPanel by overriding paintComponent .
I would like to draw a rectangle (or more) which printed on paper shows
I would like to draw a rectangle around a video playing on my screen.
I am making a GUI program using gtkmm. I would like to draw some
all I follow this http://msdn.microsoft.com/en-us/library/ka0yazs1.aspx to create an application and would like to draw
Below is the code necessary to draw a rectangle. How would it be possible
I would like to draw a round pie in a rectangle figure. At the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.