Skip to content

Instantly share code, notes, and snippets.

@jskeet
Created April 26, 2023 13:47
Show Gist options
  • Save jskeet/9089ea6007fa8c776790248b5938a90e to your computer and use it in GitHub Desktop.
Save jskeet/9089ea6007fa8c776790248b5938a90e to your computer and use it in GitHub Desktop.
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