• 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

GUI's

 
Ranch Hand
Posts: 904
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all
I've got a question conserning the building of HUI's in Java.
I am interested in building some GUI's in java, and I need the performance to be as good as possible.
The best thing is to use the awt components right ? As far as I know the swing components are pretty slow.
Thanks in advance
/Svend Rost
 
Ranch Hand
Posts: 77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Svend,
Am new to this forum. My reply may be late.
Swing is a hugh collection of GUI library and has much better functionality than AWT counterparts. Moreover many Swing components don't have AWT couter parts. Also other features like Pluggable LAF etc.
About performance, if u program with care the performance should not be a problem.
 
reply
    Bookmark Topic Watch Topic
  • New Topic