Search:

Type: Posts; User: Norm

Search: Search took 0.21 seconds.

  1. Re: Help me find my misstake. Only 80 rows of code.

    See the tutorial on custom painting: Lesson: Performing Custom Painting (The Java™ Tutorials > Creating a GUI With JFC/Swing)
  2. Re: Help me find my misstake. Only 80 rows of code.

    Several problems:
    You should NOT override both paint() and paintComponent().
    You should NOT override either method of the JFrame class. NOTE: JFrame doesn't have a paintComponent() method.
    If you...
Results 1 to 2 of 2