Search:

Type: Posts; User: steuben

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    877

    Is this not how the drawImage works?

    I copied this right out of oracle almost. And yet it won't draw.


    ImageIcon salt = createImageIcon("icons/bathsalts.jpg");

    /**
    * @Override
    */
    public void draw(Graphics g){
  2. Replies
    5
    Views
    806

    Re: Problem printing onto JPanel

    Yeah but I would just be drawing on the new Jpanel even so. Didn't seem to fix the not drawing.

    the bluej folder http://www.filedropper.com/paintproject
    Full code @ [Java] import java.util.*;...
  3. Replies
    5
    Views
    806

    Re: Problem printing onto JPanel

    1. It is a mini ms paint. That is all my professor told us to do
    2. the this is the only way I know how to access between a button, draw, and main app class.
    3. I wish I was an expert, but I have...
  4. Replies
    5
    Views
    806

    Problem printing onto JPanel

    I am trying to draw at my mouse a certain shape that I have set. I defined some shapes where they extend shape and draw circles and stuff. But when I click on panel it seems the paint doesnt put...
Results 1 to 4 of 4