--%>

Explain Look-and-feel

Look-and-feel: The visual impression and interaction style given by a user interface. This is mainly the responsibility of the window manager (that is, in collaboration with the fundamental operating system) running on a specific computer. This refers to style of such things like window title bars, how windows are resized and moved, how various operations are executed through a mouse, and so forth. This is preferable to have a consistent look and feel in a single user environment. Though, a few window managers do permit the individual programs to represent a different look and feel from the predominant style of the host atmosphere. Java's Swing components support this idea by permitting an application to choose a `pluggable look and feel' from those given by a user interface manager. The application running in a Microsoft Windows environment could be made to look like one that generally runs in an X Windows environment, for example. This permits an application to look identical on different platforms; however it can also lead to the confusion for users.

   Related Questions in Programming Languages

  • Q : Define Livelock Livelock : It is a

    Livelock: It is a situation in which a thread waits to be notified of a condition however, on waking, finds that the other thread has inverted the condition another time. The primary thread is forced to wait again. Whenever this occurs for an indefini

  • Q : Explain Timesharing system Timesharing

    Timesharing system: It is an operating system which shares processor time among multiple processes by assigning each a time slice. Once a process's time slice has finished or expired, the other procedure is given a possibility to run.

  • Q : Explain the way to enter element content

    Explain the way to enter element content.

  • Q : Functions of Interrupts and system calls

    What are the various functions of Interrupts and system calls?

  • Q : Define Modem Modem : It is a

    Modem: It is a modulator-demodulator. A hardware device employed to connect a digital computer to an analogue telephone network by making analogue signals into digital signals, and vice-versa.

  • Q : Explain the difference between the

    Explain the difference between the Interpreter and Compiler?

  • Q : What is an IP address IP address : An

    IP address: An Internet Protocol (abbreviated as IP) address for a networked computer. Presently, IP addresses comprises of 4-byte values, written in dotted decimal notation, like 129.12.0.1. In future, IP addresses will be 16-bytes long to accommodat

  • Q : State the term XPath State the term

    State the term XPath?

  • Q : Different layers in Windows Architecture

    Explain how many different layers comprise in Windows Architecture?

  • Q : What is Syntax error Syntax error: It

    Syntax error: It is an error detected by the compiler throughout its parsing of a program. The syntax errors generally result from mis-ordering symbols in statements and expressions. Missing curly semicolons and brackets are general illustrations of s