• 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

Some suggestions about my application

 
Ranch Hand
Posts: 434
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ranchers,I'm now working at a NMS system.I'll be responsible for all the GUI.Let me describle my designing.Would you shed some light on me?
First,the client almost runs at windows,so I'll use JGoodies's look and feel for windows.
Then, for Layout,I don't choose third party layout.Because I think the layouts in JFC are all I need. I'll obey some guidelins to make it great.
For the component,I'll do it by myself.

What do you think of my dsign? Any suggsetion will be appreciated.
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is not a design you have told us. You just stated what API's you might use. You didn't even tell us what your GUI does. What are we supposed to comment on?
 
Qunfeng Wang
Ranch Hand
Posts: 434
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Maybe what I want to ask is am I get the right way to design a good GUI.I can due with all the componets by myself.I just want the apperance looks nice,just as I've seen in the java.sun.com swing sightings.
A proper look and feel, layouts the componetns in a smart manner,that's enough?
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
as my thinking you have choosen right path to make your look and feel nice and i think that its enough
reply
    Bookmark Topic Watch Topic
  • New Topic