- 2
What does JFrame do?
2 ответов
+ 5
A frame, implemented as an instance of the JFrame class, is a window that has decorations such as a border, a title, and supports button components that close or iconify the window. Applications with a GUI usually include at least one frame. Applets sometimes use frames, as well.
+ 3
What is JFrame?