Search:

Type: Posts; User: usama8800

Search: Search took 0.16 seconds.

  1. Replies
    4
    Views
    1,510

    [SOLVED] Re: Image Resizing

    Doesn't seem to help. Here is the code

    Image pic;
    public Screen(){
    pic = new ImageIcon("H://Workspace/Test/res/ball.jpg").getImage();
    }
    public void paint(Graphics g){
    pic =...
  2. Replies
    4
    Views
    1,510

    [SOLVED] Image Resizing

    How can i re-size big images to fit small boxes?
Results 1 to 2 of 2