• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

increasing the effect of the filled circles

 
Ranch Hand
Posts: 89
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I am about to develop an application where i need to place a oval(circle) and inside that that circle i have to place a string which must exactly fit in it.this i completed successfully with the help of java ranchers thanks for that.

Now i want to increase the color what i mean is to get circle looks very efficiently its border filling colour...

Waiting for ur replies...thanks in advance

Bye
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not quite sure what you are asking. Do you want to make the oval thicker, or to have it a different color, or maybe paint a second oval with a different color which is a pixel or two smaller/larger? All of this can be done with the methods in Graphics.

In any event, this is purely about AWT, not applets, so I'm moving the thread to our AWT/Swing/GUI forum. Please find it there and continue the discussion.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic