Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Confused about Java Look and Feel terminology

 
Ranch Hand
Posts: 198
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I am a bit confused about some terminology.

For our GUI we are supposed to follow the Java Look and Feel design guidelines. Does the term Java Look and Feel also mean we have to use UIManager.getCrossPlatformLookAndFeelClassName() ?
To me, Java Look and Feel and getCrossPlatformLookAndFeel mean the same thing ...

Many posts I have read either suggest not to set the look and feel at all or to use the SystemLookAndFeel which obviously is not the same as Java Look and Feel




Regards,
Ronald Wouters
[ February 27, 2006: Message edited by: Ronald Wouters ]
 
author and jackaroo
Posts: 12200
280
Mac IntelliJ IDE Firefox Browser Oracle C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ronald,

Where did you see the instructions telling you to "follow the Java Look and Feel design guidelines"?

I agree with you that if you are trying to follow those guidelines then you will almost certainly be using the cross platform look and feel.

Regards, Andrew
 
Ronald Wouters
Ranch Hand
Posts: 198
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Andrew,

Where did you see the instructions telling you to "follow the Java Look and Feel design guidelines"?


I double checked my instructions and you are absolutely right. There is no such MUST in my instructions. Just an assumption of me. That means that it is up to scjd candidates to make a design decision as to what look and feel we should use. I just hope the choice of look and feel does NOT affect the grade we get for the gui part of the assignment.

I agree with you that if you are trying to follow those guidelines then you will almost certainly be using the cross platform look and feel.


Ok, that clears that up. What is still not clear to me though is if I were to use the SystemLookAndFeel, do the Java look and feel guidelines still apply or do these guidelines only apply if I use the CrossPlatform look and feel ?

Regards, Ronald.
 
Andrew Monkhouse
author and jackaroo
Posts: 12200
280
Mac IntelliJ IDE Firefox Browser Oracle C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ronald,

What is still not clear to me though is if I were to use the SystemLookAndFeel, do the Java look and feel guidelines still apply or do these guidelines only apply if I use the CrossPlatform look and feel ?

Most of those guidelines do still apply - there are basic concepts discussed in look and feel guidelines that apply no matter what LookAndFeel you are using (in fact, they can even be applied to other languages).

Regards, Andrew
 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
So for sure, I will NOT use the set Look&Feel in my assignment,
just let it uses the default.

Is is possible?
Thanks,
Long
 
reply
    Bookmark Topic Watch Topic
  • New Topic