Content deleted Content added
Kadirselcuk (talk | contribs) m Katkılar ve düzenleme Tags: Reverted Visual edit Mobile edit Mobile web edit Advanced mobile edit |
Undid revision 1030623839 by Kadirselcuk (talk) |
||
Line 5:
[[File:Gui-widgets.png|thumb|300px|Example Swing widgets in Java]]
'''
Swing was developed to provide a more sophisticated set of GUI [[Software component|components]] than the earlier [[Abstract Window Toolkit|Abstract Window Toolkit (AWT)]]. Swing provides a [[look and feel]] that emulates the look and feel of several platforms, and also supports a [[pluggable look and feel]] that allows applications to have a look and feel unrelated to the underlying platform. It has more powerful and flexible components than AWT. In addition to familiar components such as buttons, check boxes and labels, Swing provides several advanced components such as tabbed panel, scroll panes, trees, tables, and lists.<ref>{{Cite web|url=https://cs.nyu.edu/~yap/classes/visual/03s/lect/l7/|title=JAVA SWING GUI TUTORIAL|last=Yap|first=Chee|date=2003-04-30|website=[[New York University]] (NYU)|access-date=2018-11-03}}</ref>
|