Search:

Type: Posts; User: warnexus

Search: Search took 0.10 seconds.

  1. Replies
    8
    Views
    1,496

    Re: Getting a red Oval to displayed on screen

    Thanks Chris. Apparently the book did not even told me about this. Make perfect sense nevertheless set before you draw. I will remember this! Thanks a bunch Now I can move on to chapter 3\:D/
  2. Replies
    8
    Views
    1,496

    Re: Getting a red Oval to displayed on screen

    All I see is a White oval and a black oval. Why is not my set color red code in effect? I want a red oval on screen :)
  3. Replies
    8
    Views
    1,496

    Re: Getting a red Oval to displayed on screen

    public class Guy extends java.applet.Applet {

    /** initialization method that will be called after
    * applet is loaded into the browser
    */

    public void init() {
    //
    }
  4. Replies
    8
    Views
    1,496

    Getting a red Oval to displayed on screen

    Hey JPF members,

    I'm a beginner in java trying to get a Red Oval to appear on screen. I'm also using a java book but im stuck with this problem. Any solution to this problem? :)

    As you may know...
Results 1 to 4 of 4