This week's book giveaway is in the Java in General forum.
We're giving away four copies of Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework and have Michael Redlich on-line!
See this thread for details.
  • 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
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

GUI: simple vs. sophisticated

 
Ranch Hand
Posts: 196
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is a question mostly to the guys who have received their scores.
How complicated is GUI expected to be?
Maybe I am overdoing it. I mean I have MDI interface, tabbed panels, different search forms, crazy design patterns. Maybe it is too much.
I see postings from guys who got perfect GUI scores for 1 search form made out of two combo boxes and a textfield.
Would anyone advice on complexity of GUI?
Thanks
 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My user interface was quite simple. I did not include
the advanced features you describe. The most 'advanced'
thing I did with respect to the GUI was probably using
the JOptionPane to create custom dialogs.
For what it's worth, I'd like to emphasize that this seems to be
a fairly simple assignment and that the marking appears to be
quite lenient. It's not an invitation to build a commercial
application with all the bells and whistles.
My personal goal for this assignment, other than just passing,
was to take the opportunity to consider different design
approaches (even beyond the scope of the assignment, but
these were not incorporated into my submission) and
to make my programming more disciplined -- forcing myself
to adhere to Sun's coding standards and 'refactoring' my
code into a reasonably clean, modular form.
From reading this forum and the testimonials of some people
who appear to have passed the scjd, I must say I think Sun
is *too* lenient in its marking... but certainly there is no
need to get very fancy. If you write a simple application
and document your decisions, perhaps mentioning directions
for improvement, then I have no doubt that you'll pass.

 
Don't play dumb with me! But you can try this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic