Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    1,311

    Re: Help Fixing Code and Painting(Java Applet)

    You should read the tutorial at the link I posted above to see how to build a Swing GUI.
    Also see this tutorial about how to do custom painting:
    Lesson: Performing Custom Painting (The Java™...
  2. Replies
    6
    Views
    1,311

    Re: Help Fixing Code and Painting(Java Applet)

    Applets are special classes that execute in a browser.
    JFrames are normally used in applications executed by the java program.

    They normally do NOT go together.
  3. Replies
    6
    Views
    1,311

    Re: Help Fixing Code and Painting(Java Applet)

    Please edit your post and wrap your code withcode tags:


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.

    Be sure the code is properly formatted with indentations for nested...
Results 1 to 3 of 3