Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    2,451

    Re: Combining Shapes + Text

    I was attempting to avoid that since I'm lazy. Obviously if there was no other way of dealing with this other than using a drawing method, I could do that (it's only a handful of lines anyway). My...
  2. Replies
    5
    Views
    2,451

    Re: Combining Shapes + Text

    I'm going to think that over and get back to you. After I get all the actual graphical displaying and other things down, I will be adding mouse listeners that alter the design of the objects based on...
  3. Replies
    5
    Views
    2,451

    Combining Shapes + Text

    I have a question regarding combining shapes.

    I currently had a simple class (below):

    import java.awt.geom.Ellipse2D.Double;
    import java.awt.Rectangle;
    import java.awt.geom.Area;

    public...
Results 1 to 3 of 3