Search:

Type: Posts; User: peter9207

Search: Search took 0.13 seconds.

  1. Replies
    3
    Views
    1,296

    Re: JPanel drawing question

    it works now......thanks alot
  2. Replies
    3
    Views
    1,296

    JPanel drawing question

    so heres what i have


    public class MyPanel extends JPanel {

    public MyPanel(){
    setSize(100, 250);
    setLocation(0, 0);
    setOpaque(true);
    ...
Results 1 to 2 of 2