Search:

Type: Posts; User: tim8w

Search: Search took 0.20 seconds.

  1. Replies
    4
    Views
    1,634

    Re: Drawing on a JFrame that has a Shape

    Norm,
    I understand what you were trying to do in your example. Thanks. Here's what I got based on your suggestions:


    import java.awt.Color;
    import java.awt.Graphics;
    import java.awt.Rectangle;...
  2. Replies
    4
    Views
    1,634

    Re: Drawing on a JFrame that has a Shape

    Norm,
    @Override does not work in the main, only from an extended class (at least that's what the compiler says anyway)

    So you are a moderator on both Forums?
  3. Replies
    4
    Views
    1,634

    Drawing on a JFrame that has a Shape

    This post is cross posted here:
    Drawing on a JFrame that has a Shape (Swing / AWT / SWT forum at JavaRanch)

    Hi,
    I have created a JFrame for my application that has a custom shape. In this case...
Results 1 to 3 of 3