• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

suggestion plz

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have to create a window and i need to partition it into 4 circle . which one ll be the best . i dont which ont to use a simple applet or jframe fro it.
 
Ranch Hand
Posts: 107
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not sure you understand the different between a JFrame and a JApplet. By using either one of these does not determine which is the best method for your layout. The different between these is that one is used for building an applet (to be viewed on a webpage) or a standalone application. Deciding how to partition (layout) the components has to do with the layout managers you use. Explain your question in more detail and I might be able to help you out.
reply
    Bookmark Topic Watch Topic
  • New Topic