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 Undeniable Signature Scheme

    Define Undeniable Signature Scheme?

  • Q : Define the term Return value Define the

    Define the term Return value: This is the value of the expression employed in a return statement.

  • Q : What is Control structure Control

    Control structure: A statement which affects the flow of control in a method. The typical control structures are if statements and loops.

  • Q : Abstract list domain The abstract list

    The abstract list domain is as shown: {empty, some, [d1], [d2],[ d1, d2], [d2, d1], all}. A) empty represents empty lists.

    Q : Define Class Class : It is a

    Class: It is a programming language concept which permits data and techniques to be grouped altogether. The class concept is basic to the notion of an object-oriented programming language. Methods of a class define the set of permitte

  • Q : Explain Functional programming

    Functional programming: It is a style of programming related with languages like Haskell. The functional programming languages are more strongly tied to a mathematical concept of `function' than imperative programming languages. This makes it simpler

  • Q : Define Case sensitive Case sensitive :

    Case sensitive: The test which is sensitive to whether a character is in upper-case (example, 'A') or lower-case (example, 'a').

  • Q : Define the term Key value Define the

    Define the term Key value: The object employed to produce an associated hash code for look-up in an associative data structure.

  • Q : Define the term Interprocess

    Define the term Interprocess communication: It is the ability of two or more separate processes to communicate with each other.

  • Q : Message and method in programming

    Illustrate the basic difference between the message and method in programming?

©TutorsGlobe All rights reserved 2022-2023.