mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
listed templates can be selected by space, move the tests to community
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
public class EndInTheMiddle {
|
||||
public static void main(String[] args) {
|
||||
javax.swing.JFrame frame = new javax.swing.JFrame();
|
||||
<caret>
|
||||
frame.setVisible(true);
|
||||
frame.setDefaultCloseOperation(javax.swing.JFrame.EXIT_ON_CLOSE);
|
||||
frame.pack();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user