Notes by
Ben Borgers
F’22
Tufts, Fall ’22
OOP for GUI
Intro to Psychology
Big Bang to Humankind
Grimms’ Fairy Tales
Children & Mass Media
Notes by
Ben Borgers
September 14th, 2022
OOP for GUI
In Java, the window is called
JFrame
.
When you run
setVisible
in Swing, one GUI thread handles GUI interaction while a second thread continues executing the remaining lines of code in the program.