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

  • SEARCH
  • Home
  • 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 5841341
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T11:52:42+00:00 2026-05-22T11:52:42+00:00

Possible Duplicate: Image Button in BlackBerry Is there a way to have a picture

  • 0

Possible Duplicate:
Image Button in BlackBerry

Is there a way to have a picture be a button in blackberry? Trying to write a matching game.

Ted

  • 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-05-22T11:52:43+00:00Added an answer on May 22, 2026 at 11:52 am

    below code may help you:

    public class ImageButtonFieldTest extends Field {

    private Bitmap image;
    private Bitmap selectedImage;
    private int height;
    private int width;
    
    public ImageButtonField(Bitmap image, Bitmap selectedImage) {
        this.image = image;
        this.selectedImage = selectedImage;
        this.height = image.getHeight();
        this.width = image.getWidth();
    }
    
    protected void layout(int maxWidth, int maxHeight) {  
        setExtent(image.getWidth(), image.getHeight());
    }
    
    protected void paint(Graphics graphics) {
    
        // Draw img             
        if (isFocus()) {
            graphics.drawBitmap(0, 0, width, height, selectedImage, 0, 0);
        } else {
            graphics.drawBitmap(0, 0, width, height, image, 0, 0);
        }
    }
    
    public boolean isFocusable() {
        return true;
    }
    
    protected void drawFocus(Graphics graphics, boolean on) {        // Don't draw the default focus  
    }
    
    protected void onFocus(int direction) {
        super.onFocus(direction);
        invalidate();
    }
    
    protected void onUnfocus() {
        super.onUnfocus();
        invalidate();
    }
    

    }

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

Sidebar

Related Questions

Possible Duplicate: how to set image button backgroundimage for different state? I have the
Possible Duplicate: Give a CSS styled div a “border-left-image” Im trying to put a
Possible Duplicate: Text on an Image button in c# asp.net 3.5 I want a
Possible Duplicate: Matching a rotated bitmap to a collage image Given an image with
Possible Duplicate: Force Download an Image Using Javascript Basically I want to have the
Possible Duplicate: Interface Builder Lock Item Positions? Is there a way to lock the
Possible Duplicate: Image resizing web service many web provider have support for php but
Possible Duplicate: custom UITextField with image as a background blinking cursor issue I have
Possible Duplicate: change image on click of button in objective c i draged 3
Possible Duplicate: Image comparison algorithm So basically i need to write a program that

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.