|
|
As you might know, Swing was not the first GUI framework created by SUN. The first one was called as the Abstract Window Toolkit(AWT, shortly). AWT worked very similar to how other GUI tools, like, for eg., Visual Basic worked. It worked by translating the components it provided into platform specific counter parts called as native-peers. Thus, AWT components are sometimes referred to as heavy weight components. Due to this behavior of AWT, the look and feel of components looked exactly as the operating system wants to. While AWT had other problems, this problem clearly threatened the WORA(write-once-run-anywhere) philosophy of Java. Even simple things like cut and paste worked differently on different Operating Systems. The other problem was that some operating systems supported a richer set of component set while other did not. So AWT had to stick with the minimum se t of components (like textfields and buttons), so that it will work everywhere. One Response to 'History Of Swing'Leave a Reply |
Popular Articles
Blog Categories
Monthly Archives
Resources
|
Good, thanks!