Created
April 26, 2023 13:47
-
-
Save jskeet/9089ea6007fa8c776790248b5938a90e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.stream.*; | |
import javax.swing.*; | |
import java.awt.*; | |
public class Test { | |
public static void main(String[] args) throws Exception { | |
var frame = new JFrame(); | |
var layout = new FlowLayout(); | |
frame.setLayout(layout); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment