Categories:
.NET (357)
C (330)
C++ (184)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (2)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is the difference between Swing and AWT components?
What is the difference between Swing and AWT components?
✍: Guest
AWT components are heavy-weight, whereas Swing components are lightweight. Heavy weight components depend on the local windowing toolkit. For example, java.awt.Button is a heavy weight component, when it is running on the Java platform for Unix platform, it maps to a real Motif button.
2012-08-22, 2562👍, 0💬
Popular Posts:
What is Shell scripting A shell script is a script written for the shell, or command line interprete...
What are the core functionalities in XML .NET framework? Can you explain in detail those functionali...
Can you tell me how to check whether a linked list is circular? Create two pointers, and set both to...
How will you freeze the requirement in this case? What will be your requirement satisfaction criteri...
If client side validation is enabled in your Web page, does that mean server side code is not run? W...