InterviewSolution
| 1. |
What Is The Difference Between Jfc & Wfc? |
|
Answer» JFC supports ROBUST and portable user interfaces. The Swing CLASSES are robust, compatible with AWT, and provide you with a great deal of control over a user INTERFACE. Since source code is available, it is relatively easy to extend the JFC to do exactly what you need it to do. But the number of thirdparty controls written for Swing is still relatively small. JFC supports robust and portable user interfaces. The Swing classes are robust, compatible with AWT, and provide you with a great deal of control over a user interface. Since source code is available, it is relatively easy to extend the JFC to do exactly what you need it to do. But the number of thirdparty controls written for Swing is still relatively small. |
|