#jframe

[ follow ]
Alvinalexander
1 month ago
Scala

Java JFrame example: How to display a JFrame

Construct and display a JFrame using SwingUtilities.invokeLater method.
Proper way to display a JFrame is ensuring it's on the Event Dispatch Thread (EDT). [ more ]
Alvinalexander
1 month ago
Data science

How to set a Java JFrame title

Two ways to set JFrame title: during construction or using setTitle method.
setTitle method can change title of an existing JFrame. [ more ]
[ Load more ]