Content deleted Content added
m Reverted 1 edit by 112.134.21.133 (talk) to last revision by Monkbot |
Tag: Reverted |
||
Line 45:
Swing is a '''component-based framework''', whose components are all ultimately derived from the {{Javadoc:SE|package=javax.swing|javax/swing|JComponent}} class. Swing objects asynchronously fire events, have bound properties, and respond to a documented set of methods specific to the component. Swing components are [[JavaBeans]] components, compliant with the [https://www.oracle.com/java/technologies/javase/javabeans-spec.html JavaBeans specification].
; Lightweight UI:
|