Search:

Type: Posts; User: Darryl.Burke

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    4,222

    [SOLVED] Re: Extends JPanel painting problem

    Yup, custom painting is best done in an extended JPanel or JComponent.

    Another word of advice: if laying out the custom drawing is processor intensive and/or time consuming, draw to a...
  2. Replies
    3
    Views
    4,222

    [SOLVED] Re: Extends JPanel painting problem

    Never never use getGraphics on a Component in client code. Learn the correct way to perform custom painting here:...
Results 1 to 2 of 2