Fill in the blank :- the default look and feel of a swing component is _____________

A) Java Look and Feel

Showing Answers 1 - 5 of 5 Answers

bhupendrab

  • Feb 25th, 2007
 


The package that contains Java Look and Feel is named javax.swing.plaf.metal, it is commonly referred to as Metal. Metal has been Sun's visual appearance of choice for Java programs. With J2SE 1.5, we will get a slightly new look, called Ocean, that will replace the old one (now to be called Steel).
Technically, Ocean is not a new L&F but implemented as javax.swing.plaf.metal.MetalTheme, and therefore aims to be compatible with existing Metal applications (concerning getPreferredSize(), for example). The Java look and feel is often referred to as a cross-platform look and feel, because it should be available on any environment providing Java and JFC.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions