InterviewSolution
| 1. |
What Is Swing ? |
|
Answer» A collection of GRAPHICAL user interface (GUI) components that runs uniformly on any native platform which SUPPORTS the Java virtual machine*. Because they are WRITTEN ENTIRELY in the Java programming language, these components MAY provide functionality above and beyond that provided by native-platform equivalents. A collection of graphical user interface (GUI) components that runs uniformly on any native platform which supports the Java virtual machine*. Because they are written entirely in the Java programming language, these components may provide functionality above and beyond that provided by native-platform equivalents. |
|