![]() Related Questions A) JWindow, JFrameB) JDialogC) JAppletD) JPanel Latest Answer : all AWT components are heavyweight and all Swing components are lightweight (except for the top-level ones: JWindow, JFrame, JDialog, and JApplet), ... A) 1, 2B) 2, 3C) 1, 3D) 1, 2, 3 Latest Answer : Swing attempts to maximize popup performance by dynamically choosing the most efficient container to display a popup just prior to showing the popup. The types of popups created are: LightWeight Popup: a lightweight container. MediumWeight ... A) Java Look and Feel Latest Answer : 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, ... A) Extension of java Latest Answer : extension of java package ... A) java.awt.AWTEventB) java.awt.EventC) java.util.eventObjectD) javax.swing.ObjectExplanation: The java.awt.AWTEvent class is the highest-level class in the AWT event class hierarchy. Latest Answer : This is kind of a dicy question:But in Java the event heirarchy goes like :java.lang.object -> java.util.EventObject -> java.awt.AWTEvent.So the java.util.EventObject is the superclass of all events.But java.awt.AWTEvent is the superclass of all ... Why Some of Components like JDialog,JFrame are called as Heavy weight Components , event they are in Why Some of Components like JDialog,JFrame are called as Heavy weight Components , event they are in javax.swing ? Whatis difference between applet and swing ,is it possible connect database through appletbased gui? Whatis difference between applet and swing ,is it possible connect database through appletbased gui? Read Answers (2) | Asked by : narayanan Latest Answer : It behaves in a platform-dependent manner in order to integrate with the drag-and-drop facilities of the native platform. ... Latest Answer : A heavyweight component is one that is associated with its own native screen resource (commonly known as a peer). A lightweight component(swing) is one that "borrows" the screen resource of an ancestor (which means it has no native ... Read Answers (4) | Asked by : Srinivasa Moorthi V
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||