What do you mean by java Swing

What do you mean by the term java Swing? Describe in brief.

E

Expert

Verified

Swing is a GUI toolkit for the Java. This is one part of the Java Foundation Classes (JFC). Swing comprises graphical user interface (GUI) widgets like text boxes, split-panes, buttons and tables.

Swing widgets give more sophisticated GUI components than the prior Abstract Window Toolkit. As they are written in the pure Java, they run similar on all platforms, dissimilar the AWT that is tied to the underlying platform's windowing system. The Swing supports pluggable look and feel not by employing the native platform's facilities, however by roughly emulating them. This signifies you can get any supported look and feel on any platform. The drawback of lightweight components is the slower execution. The benefit is uniform behavior on all the platforms.

   Related Questions in Programming Languages

  • Q : What is message queue Describe the

    Describe the message queue?

  • Q : Define the term Multiprogramming system

    Define the term Multiprogramming system: It is an operating system which is able to run multiple programs parallel.

  • Q : Define the term Statement terminator

    Define the term Statement terminator: The semicolon (;) is employed to point out the end of a statement.

  • Q : What is Native Mode Native Mode :

    Native Mode: Whenever all the domain controllers in a specified domain are executing Windows 2000 Server. This mode permits organizations to take benefit of new Active Directory features like Universal groups, nested group membership, and the inter-do

  • Q : What is Namespace Namespace: It is the

    Namespace: It is the region of a program in which specific identifiers are visible. Java employs packages to give namespaces, and its visibility rules: package, private, protected, public-variously include identifiers within the namespaces.

  • Q : Type promotion rule Q. Explain type

    Q. Explain type conversion rules for basic data types in java. Ans. Type promotion rule: Java automatically each bits or short operant to int when evaluating an expression. As usual as the automatic promotion

  • Q : Overriding a base class method in

    Explain the way to overriding a base class method in Visual Studio .NET and in Visual Studio 2005.

  • Q : Functions of states of the

    Mention the different states of the XMLHttpRequest an dalso describe their functions.

  • Q : Define Inner class Inner class : A

    Inner class: A class defined within an enclosing method or class. We use the word to refer to non-static nested classes.

  • Q : Define Static nested class Static

    Static nested class: It is a nested class with static reserved word in its header. Dissimilar inner classes, objects of static nested classes contain no enclosing object. They are as well termed as nested top-level classes.

©TutorsGlobe All rights reserved 2022-2023.