KDE vs MFC vs JFC interface technology solution

home

Abstract:

KDE is the most popular object-orient class library for Unix / Linux. MFC  (Microsoft Foundation Classes) is  the most popular object-orient class library for Windows platform. JFC (Java Foundation Classes)  is a most popular object-orient class library for JAVA OS.

The common points are demo as following,

KDE MFC JFC
KApplication  CWinApp (main)
KTMainWindow  CMainFrame javax.swing.JFrame 
QWidget  CView javax.swing.JPanel 
KEdit  CEdit javax.swing.JTextField 
KHTMLView  CHtmlView
QScrollView  CScrollView javax.swing.JScrollPane 
QDialog  CDialog javax.swing.JDialog 
KColorDialog  CColorDialog javax.swing.JColorChooser
KFontDialog  CFontDialog
KFileDialog  CFileDialog javax.swing.JFileChooser
KButton  CButton javax.swing.JButton 
KTabListBox  CComboBox javax.swing.JComboBox 
QFile  CFile java.io.InputStream
java.io.OutputStream 
KRect  CRect
KSocket  CSocket java.net.Socket 

To get the full text for this report, please contact with us.