You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Swing/readme.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,10 @@
6
6
* Supports Pluggable Looks and Feel (PLAF).
7
7
8
8
### Notes
9
-
* Swing Classes always satrt from letter J.
10
-
* Swing uses modified version of [MVC](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller) that combines the **View** and the **Controller** in to a single logical entitiy called **UI delegate.** So it is also called Model Delegate Architecture.
9
+
* Swing Classes always start from letter J.
10
+
* Swing uses modified version of [MVC](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller) that combines the **View** and the **Controller** in to a single logical entitiy called **UI delegate.** So it is also called **Model Delegate Architecture.**
11
11
* JWindow, JFrame, JDialog and JApplet are top level containers.
12
-
*[Java This Keyword](https://www.youtube.com/watch?v=hUZ4jQmgwi4)
0 commit comments